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 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.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>
.class
AServerSocketChannel
implementation which uses NIO selector based implementation to accept new connections.class
SocketChannel
which uses NIO selector based implementation.