| Package | Description |
|---|---|
| org.jboss.netty.channel.socket.nio |
NIO-based socket channel
API implementation - recommended for a large number of connections (>= 1000).
|
| Modifier and Type | Field and Description |
|---|---|
private NioClientSocketChannel |
NioClientBoss.RegisterTask.channel |
| Modifier and Type | Method and Description |
|---|---|
private static void |
NioClientSocketPipelineSink.bind(NioClientSocketChannel channel,
ChannelFuture future,
java.net.SocketAddress localAddress) |
private void |
NioClientSocketPipelineSink.connect(NioClientSocketChannel channel,
ChannelFuture cf,
java.net.SocketAddress remoteAddress) |
| Constructor and Description |
|---|
RegisterTask(NioClientBoss boss,
NioClientSocketChannel channel) |