Package io.netty.channel.nio
NIO-based channel
API implementation - recommended for a large number of connections (>= 1000).
-
Interface Summary Interface Description AbstractNioChannel.NioUnsafe SpecialChannel.Unsafesub-type which allows to access the underlyingSelectableChannelNioTask<C extends java.nio.channels.SelectableChannel> An arbitrary task that can be executed byNioEventLoopwhen aSelectableChannelbecomes ready. -
Class Summary Class Description AbstractNioByteChannel AbstractNioChannelbase class forChannels that operate on bytes.AbstractNioChannel Abstract base class forChannelimplementations which use a Selector based approach.AbstractNioMessageChannel AbstractNioChannelbase class forChannels that operate on messages.NioEventLoop SingleThreadEventLoopimplementation which register theChannel's to aSelectorand so does the multi-plexing of these in the event loop.NioEventLoop.SelectorTuple NioEventLoopGroup SelectedSelectionKeySet SelectedSelectionKeySetSelector