Package org.jboss.netty.example.telnet
Class TelnetServerPipelineFactory
java.lang.Object
org.jboss.netty.example.telnet.TelnetServerPipelineFactory
- All Implemented Interfaces:
ChannelPipelineFactory
Creates a newly configured
ChannelPipeline
for a new channel.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
sslCtx
-
-
Constructor Details
-
TelnetServerPipelineFactory
-
-
Method Details
-
getPipeline
Description copied from interface:ChannelPipelineFactory
Returns a newly createdChannelPipeline
.- Specified by:
getPipeline
in interfaceChannelPipelineFactory
-