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).io.netty.channel.udt.nio UDT Transport for NIO Channels. -
-
Uses of AbstractNioByteChannel in io.netty.channel.socket.nio
Subclasses of AbstractNioByteChannel in io.netty.channel.socket.nio Modifier and Type Class Description class
NioDomainSocketChannel
DuplexChannel
which uses NIO selector based implementation to support UNIX Domain Sockets.class
NioSocketChannel
SocketChannel
which uses NIO selector based implementation. -
Uses of AbstractNioByteChannel in io.netty.channel.udt.nio
Subclasses of AbstractNioByteChannel in io.netty.channel.udt.nio Modifier and Type Class Description class
NioUdtByteConnectorChannel
Deprecated.The UDT transport is no longer maintained and will be removed.class
NioUdtByteRendezvousChannel
Deprecated.The UDT transport is no longer maintained and will be removed.
-