Package | Description |
---|---|
io.netty.channel.socket.nio |
NIO-based socket channel
API implementation - recommended for a large number of connections (>= 1000).
|
Class and Description |
---|
NioDatagramChannel
An NIO datagram
Channel that sends and receives an
AddressedEnvelope . |
NioServerSocketChannel
A
ServerSocketChannel implementation which uses
NIO selector based implementation to accept new connections. |
NioSocketChannel
SocketChannel which uses NIO selector based implementation. |