public interface ClientSocketChannelFactory extends ChannelFactory
ChannelFactory
which creates a client-side SocketChannel
.Modifier and Type | Method and Description |
---|---|
SocketChannel |
newChannel(ChannelPipeline pipeline)
|
releaseExternalResources, shutdown
SocketChannel 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.