Uses of Package
io.netty.channel.nio
-
Packages that use io.netty.channel.nio Package Description io.netty.channel.nio NIO-based channel API implementation - recommended for a large number of connections (>= 1000).io.netty.channel.socket.nio NIO-based socket channel API implementation - recommended for a large number of connections (>= 1000). -
Classes in io.netty.channel.nio used by io.netty.channel.nio Class Description AbstractNioChannel Abstract base class forChannelimplementations which use a Selector based approach.AbstractNioChannel.AbstractNioUnsafe AbstractNioChannel.NioUnsafe SpecialChannel.Unsafesub-type which allows to access the underlyingSelectableChannelNioEventLoop SingleThreadEventLoopimplementation which register theChannel's to aSelectorand so does the multi-plexing of these in the event loop.NioEventLoop.SelectorTuple NioEventLoopGroup NioTask An arbitrary task that can be executed byNioEventLoopwhen aSelectableChannelbecomes ready.SelectedSelectionKeySet -
Classes in io.netty.channel.nio used by io.netty.channel.socket.nio Class Description AbstractNioByteChannel AbstractNioChannelbase class forChannels that operate on bytes.AbstractNioByteChannel.NioByteUnsafe AbstractNioChannel Abstract base class forChannelimplementations which use a Selector based approach.AbstractNioChannel.AbstractNioUnsafe AbstractNioChannel.NioUnsafe SpecialChannel.Unsafesub-type which allows to access the underlyingSelectableChannelAbstractNioMessageChannel AbstractNioChannelbase class forChannels that operate on messages.