Uses of Class
org.jboss.netty.channel.socket.nio.NioClientSocketChannel
Packages that use NioClientSocketChannel
Package
Description
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 NioClientSocketChannelModifier and TypeFieldDescriptionprivate final NioClientSocketChannelNioClientBoss.RegisterTask.channelMethods in org.jboss.netty.channel.socket.nio with parameters of type NioClientSocketChannelModifier and TypeMethodDescriptionprivate static voidNioClientSocketPipelineSink.bind(NioClientSocketChannel channel, ChannelFuture future, SocketAddress localAddress) private voidNioClientSocketPipelineSink.connect(NioClientSocketChannel channel, ChannelFuture cf, SocketAddress remoteAddress) Constructors in org.jboss.netty.channel.socket.nio with parameters of type NioClientSocketChannelModifierConstructorDescription(package private)RegisterTask(NioClientBoss boss, NioClientSocketChannel channel)