public class TelnetServerPipelineFactory extends java.lang.Object implements ChannelPipelineFactory
ChannelPipeline for a new channel.| Modifier and Type | Field and Description |
|---|---|
private SslContext |
sslCtx |
| Constructor and Description |
|---|
TelnetServerPipelineFactory(SslContext sslCtx) |
| Modifier and Type | Method and Description |
|---|---|
ChannelPipeline |
getPipeline()
Returns a newly created
ChannelPipeline. |
private final SslContext sslCtx
public TelnetServerPipelineFactory(SslContext sslCtx)
public ChannelPipeline getPipeline()
ChannelPipelineFactoryChannelPipeline.getPipeline in interface ChannelPipelineFactory