public interface ServerSocketChannelFactory extends ServerChannelFactory
ChannelFactory
which creates a ServerSocketChannel
.Modifier and Type | Method and Description |
---|---|
ServerSocketChannel |
newChannel(ChannelPipeline pipeline)
|
releaseExternalResources, shutdown
ServerSocketChannel newChannel(ChannelPipeline pipeline)
ChannelFactory
newChannel
in interface ChannelFactory
newChannel
in interface ServerChannelFactory
pipeline
- the ChannelPipeline
which is going to be
attached to the new Channel
Copyright © 2008-2014 The Netty Project. All Rights Reserved.