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 byNioHandlerwhen aSelectableChannelbecomes ready. -
Class Summary Class Description AbstractNioByteChannel<P extends Channel,L extends SocketAddress,R extends SocketAddress> AbstractNioChannelbase class forChannels that operate on bytes.AbstractNioChannel<P extends Channel,L extends SocketAddress,R extends SocketAddress> Abstract base class forChannelimplementations which use a Selector based approach.AbstractNioMessageChannel<P extends Channel,L extends SocketAddress,R extends SocketAddress> AbstractNioChannelbase class forChannels that operate on messages.NioHandler NioSelectableChannelHandle<S extends SelectableChannel> Allows to create anIoHandlefor aSelectableChannel, not necessarily created by Netty.