Uses of Class
io.netty.channel.nio.AbstractNioMessageChannel
Packages that use AbstractNioMessageChannel
Package
Description
NIO-based SCTP Channel
API implementation - recommended for a large number of connections (>= 1000).
NIO-based socket channel
API implementation - recommended for a large number of connections (>= 1000).
-
Uses of AbstractNioMessageChannel in io.netty.channel.sctp.nio
Subclasses of AbstractNioMessageChannel in io.netty.channel.sctp.nioModifier and TypeClassDescriptionclass
SctpChannel
implementation which use non-blocking mode and allows to read / writeSctpMessage
s to the underlyingSctpChannel
.class
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.nioModifier and TypeClassDescriptionfinal class
An NIO datagramChannel
that sends and receives anAddressedEnvelopeinvalid input: '<'ByteBuf, SocketAddress>
.final class
AServerChannel
implementation which uses NIO selector based implementation to support UNIX Domain Sockets.class
AServerSocketChannel
implementation which uses NIO selector based implementation to accept new connections.