|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ServerChannelFactory
A ChannelFactory that creates a ServerChannel.
| Method Summary | |
|---|---|
ServerChannel |
newChannel(ChannelPipeline pipeline)
Creates and opens a new Channel and attaches the specified
ChannelPipeline to the new Channel. |
| Methods inherited from interface org.jboss.netty.channel.ChannelFactory |
|---|
releaseExternalResources |
| Method Detail |
|---|
ServerChannel newChannel(ChannelPipeline pipeline)
ChannelFactoryChannel and attaches the specified
ChannelPipeline to the new Channel.
newChannel in interface ChannelFactorypipeline - the ChannelPipeline which is going to be
attached to the new Channel
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||