Uses of Class
io.netty.channel.nio.AbstractNioMessageChannel
-
Packages that use AbstractNioMessageChannel Package Description io.netty.channel.sctp.nio NIO-based SCTP Channel API implementation - recommended for a large number of connections (>= 1000).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 AbstractNioMessageChannel in io.netty.channel.sctp.nio
Subclasses of AbstractNioMessageChannel in io.netty.channel.sctp.nio Modifier and Type Class Description class
NioSctpChannel
SctpChannel
implementation which use non-blocking mode and allows to read / writeSctpMessage
s to the underlyingSctpChannel
.class
NioSctpServerChannel
SctpServerChannel
implementation which use non-blocking mode to accept new connections and create theNioSctpChannel
for them. -
Uses of AbstractNioMessageChannel in io.netty.channel.socket.nio
Subclasses of AbstractNioMessageChannel in io.netty.channel.socket.nio Modifier and Type Class Description class
NioDatagramChannel
An NIO datagramChannel
that sends and receives anAddressedEnvelope
.class
NioServerDomainSocketChannel
AServerChannel
implementation which uses NIO selector based implementation to support UNIX Domain Sockets.class
NioServerSocketChannel
AServerSocketChannel
implementation which uses NIO selector based implementation to accept new connections. -
Uses of AbstractNioMessageChannel in io.netty.channel.udt.nio
Subclasses of AbstractNioMessageChannel in io.netty.channel.udt.nio Modifier and Type Class Description class
NioUdtAcceptorChannel
Deprecated.The UDT transport is no longer maintained and will be removed.class
NioUdtByteAcceptorChannel
Deprecated.The UDT transport is no longer maintained and will be removed.class
NioUdtMessageAcceptorChannel
Deprecated.The UDT transport is no longer maintained and will be removed.class
NioUdtMessageConnectorChannel
Deprecated.The UDT transport is no longer maintained and will be removed.class
NioUdtMessageRendezvousChannel
Deprecated.The UDT transport is no longer maintained and will be removed.
-