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