| Package | Description |
|---|---|
| io.netty.channel.nio |
NIO-based channel
API implementation - recommended for a large number of connections (>= 1000).
|
| io.netty.channel.socket.nio |
NIO-based socket channel
API implementation - recommended for a large number of connections (>= 1000).
|
| Modifier and Type | Class and Description |
|---|---|
protected class |
AbstractNioByteChannel.NioByteUnsafe |
protected class |
AbstractNioChannel.AbstractNioUnsafe |
private class |
AbstractNioMessageChannel.NioMessageUnsafe |
| Modifier and Type | Method and Description |
|---|---|
AbstractNioChannel.NioUnsafe |
AbstractNioChannel.unsafe() |
| Modifier and Type | Class and Description |
|---|---|
private class |
NioSocketChannel.NioSocketChannelUnsafe |