Module io.netty5.transport
Package io.netty5.channel.nio
NIO-based channel
API implementation - recommended for a large number of connections (>= 1000).
-
Interface Summary Interface Description NioTask<C extends SelectableChannel> An arbitrary task that can be executed byNioHandler
when aSelectableChannel
becomes ready. -
Class Summary Class Description AbstractNioByteChannel<P extends Channel,L extends SocketAddress,R extends SocketAddress> AbstractNioChannel
base class forChannel
s that operate on bytes.AbstractNioChannel<P extends Channel,L extends SocketAddress,R extends SocketAddress> Abstract base class forChannel
implementations which use a Selector based approach.AbstractNioMessageChannel<P extends Channel,L extends SocketAddress,R extends SocketAddress> AbstractNioChannel
base class forChannel
s that operate on messages.NioHandler NioSelectableChannelHandle<S extends SelectableChannel> Allows to create anIoHandle
for aSelectableChannel
, not necessarily created by Netty.