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