Package org.jboss.netty.example.telnet
Class TelnetClientPipelineFactory
- java.lang.Object
-
- org.jboss.netty.example.telnet.TelnetClientPipelineFactory
-
- All Implemented Interfaces:
ChannelPipelineFactory
public class TelnetClientPipelineFactory extends Object implements ChannelPipelineFactory
Creates a newly configuredChannelPipeline
for a new channel.
-
-
Constructor Summary
Constructors Constructor Description TelnetClientPipelineFactory(SslContext sslCtx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChannelPipeline
getPipeline()
Returns a newly createdChannelPipeline
.
-
-
-
Constructor Detail
-
TelnetClientPipelineFactory
public TelnetClientPipelineFactory(SslContext sslCtx)
-
-
Method Detail
-
getPipeline
public ChannelPipeline getPipeline()
Description copied from interface:ChannelPipelineFactory
Returns a newly createdChannelPipeline
.- Specified by:
getPipeline
in interfaceChannelPipelineFactory
-
-