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