Uses of Package
io.netty5.channel.socket.nio
-
Packages that use io.netty5.channel.socket.nio Package Description io.netty5.channel.socket.nio NIO-based socket channel API implementation - recommended for a large number of connections (>= 1000). -
Classes in io.netty5.channel.socket.nio used by io.netty5.channel.socket.nio Class Description NioServerSocketChannel AServerSocketChannel
implementation which uses NIO selector based implementation to accept new connections.