Uses of Class
io.netty.channel.nio.AbstractNioByteChannel
-
Packages that use AbstractNioByteChannel Package Description io.netty.channel.socket.nio NIO-based socket channel API implementation - recommended for a large number of connections (>= 1000). -
-
Uses of AbstractNioByteChannel in io.netty.channel.socket.nio
Subclasses of AbstractNioByteChannel in io.netty.channel.socket.nio Modifier and Type Class Description classNioDomainSocketChannelDuplexChannelwhich uses NIO selector based implementation to support UNIX Domain Sockets.classNioSocketChannelSocketChannelwhich uses NIO selector based implementation.
-