|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServerSocketChannelFactory
A ChannelFactory
which creates a ServerSocketChannel
.
Method Summary | |
---|---|
ServerSocketChannel |
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 |
---|
ServerSocketChannel newChannel(ChannelPipeline pipeline)
ChannelFactory
Channel
and attaches the specified
ChannelPipeline
to the new Channel
.
newChannel
in interface ChannelFactory
newChannel
in interface ServerChannelFactory
pipeline
- 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 |