Uses of Class
io.netty5.channel.nio.AbstractNioByteChannel
-
Packages that use AbstractNioByteChannel Package Description io.netty5.channel.socket.nio NIO-based socket channel API implementation - recommended for a large number of connections (>= 1000). -
-
Uses of AbstractNioByteChannel in io.netty5.channel.socket.nio
Subclasses of AbstractNioByteChannel in io.netty5.channel.socket.nio Modifier and Type Class Description class
NioSocketChannel
SocketChannel
which uses NIO selector based implementation.
-