Module io.netty5.transport
Package io.netty5.channel.socket.nio
NIO-based socket channel
API implementation - recommended for a large number of connections (>= 1000).
-
Class Summary Class Description NioChannelOption<T> ProvidesChannelOption
over a givenSocketOption
which is then passed through the underlyingNetworkChannel
.NioDatagramChannel An NIODatagramChannel
that sends and receives anAddressedEnvelope
.NioServerSocketChannel AServerSocketChannel
implementation which uses NIO selector based implementation to accept new connections.NioSocketChannel SocketChannel
which uses NIO selector based implementation.