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 NioClientSocketChannel
NioClientBoss.RegisterTask.channel
Methods in org.jboss.netty.channel.socket.nio with parameters of type NioClientSocketChannelModifier and TypeMethodDescriptionprivate static void
NioClientSocketPipelineSink.bind
(NioClientSocketChannel channel, ChannelFuture future, SocketAddress localAddress) private void
NioClientSocketPipelineSink.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)