|
|||||||||
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 . |
Method Detail |
---|
ServerSocketChannel newChannel(ChannelPipeline pipeline)
ChannelFactory
Channel
and attaches the specified
ChannelPipeline
to the new Channel
.
newChannel
in interface ChannelFactory
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 |