Uses of Class
org.jboss.netty.channel.socket.nio.NioClientSocketChannel
-
Packages that use NioClientSocketChannel Package Description org.jboss.netty.channel.socket.nio NIO-based socket channel API implementation - recommended for a large number of connections (>= 1000). -
-
Uses of NioClientSocketChannel in org.jboss.netty.channel.socket.nio
Fields in org.jboss.netty.channel.socket.nio declared as NioClientSocketChannel Modifier and Type Field Description private NioClientSocketChannelNioClientBoss.RegisterTask. channelMethods in org.jboss.netty.channel.socket.nio with parameters of type NioClientSocketChannel Modifier and Type Method Description private static voidNioClientSocketPipelineSink. bind(NioClientSocketChannel channel, ChannelFuture future, java.net.SocketAddress localAddress)private voidNioClientSocketPipelineSink. connect(NioClientSocketChannel channel, ChannelFuture cf, java.net.SocketAddress remoteAddress)Constructors in org.jboss.netty.channel.socket.nio with parameters of type NioClientSocketChannel Constructor Description RegisterTask(NioClientBoss boss, NioClientSocketChannel channel)
-