Uses of Class
io.netty.channel.nio.AbstractNioChannel
Packages that use AbstractNioChannel
Package
Description
NIO-based channel
API implementation - recommended for a large number of connections (>= 1000).
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 AbstractNioChannel in io.netty.channel.nio
Subclasses of AbstractNioChannel in io.netty.channel.nioModifier and TypeClassDescriptionclass
AbstractNioChannel
base class forChannel
s that operate on bytes.class
AbstractNioChannel
base class forChannel
s that operate on messages.Methods in io.netty.channel.nio with parameters of type AbstractNioChannelModifier and TypeMethodDescriptionprivate void
NioEventLoop.processSelectedKey
(SelectionKey k, AbstractNioChannel ch) -
Uses of AbstractNioChannel in io.netty.channel.sctp.nio
Subclasses of AbstractNioChannel 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 AbstractNioChannel in io.netty.channel.socket.nio
Subclasses of AbstractNioChannel in io.netty.channel.socket.nioModifier and TypeClassDescriptionfinal class
An NIO datagramChannel
that sends and receives anAddressedEnvelopeinvalid input: '<'ByteBuf, SocketAddress>
.final class
DuplexChannel
which uses NIO selector based implementation to support UNIX Domain Sockets.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.class
SocketChannel
which uses NIO selector based implementation.