| 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 NioDatagramChannel |
NioDatagramWorker.ChannelRegistionTask.channel |
| Modifier and Type | Method and Description |
|---|---|
private static void |
NioDatagramPipelineSink.bind(NioDatagramChannel channel,
ChannelFuture future,
java.net.InetSocketAddress address)
Will bind the DatagramSocket to the passed-in address.
|
private static void |
NioDatagramPipelineSink.close(NioDatagramChannel channel,
ChannelFuture future) |
private static void |
NioDatagramPipelineSink.connect(NioDatagramChannel channel,
ChannelFuture future,
java.net.InetSocketAddress remoteAddress) |
(package private) static void |
NioDatagramWorker.disconnect(NioDatagramChannel channel,
ChannelFuture future) |
| Constructor and Description |
|---|
ChannelRegistionTask(NioDatagramChannel channel,
ChannelFuture future) |