public interface ClientSocketChannelFactory extends ChannelFactory
ChannelFactory
which creates a client-side SocketChannel
.限定符和类型 | 方法和说明 |
---|---|
SocketChannel |
newChannel(ChannelPipeline pipeline)
|
releaseExternalResources, shutdown
SocketChannel newChannel(ChannelPipeline pipeline)
ChannelFactory
newChannel
在接口中 ChannelFactory
pipeline
- the ChannelPipeline
which is going to be
attached to the new Channel