Uses of Package
io.netty.channel.socket.nio
Packages that use io.netty.channel.socket.nio
Package
Description
NIO-based socket channel
API implementation - recommended for a large number of connections (>= 1000).
-
Classes in io.netty.channel.socket.nio used by io.netty.channel.socket.nioClassDescriptionProvides
ChannelOptionover a givenSocketOptionwhich is then passed through the underlyingNetworkChannel.An NIO datagramChannelthat sends and receives anAddressedEnvelope<ByteBuf, SocketAddress>.AServerSocketChannelimplementation which uses NIO selector based implementation to accept new connections.SocketChannelwhich uses NIO selector based implementation.