Uses of Package
io.netty.channel.nio
Packages that use io.netty.channel.nio
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).
-
Classes in io.netty.channel.nio used by io.netty.channel.nioClassDescriptionAbstract base class for
Channel
implementations which use a Selector based approach.SpecialChannel.Unsafe
sub-type which allows to access the underlyingSelectableChannel
SingleThreadEventLoop
implementation which register theChannel
's to aSelector
and so does the multi-plexing of these in the event loop.An arbitrary task that can be executed byNioEventLoop
when aSelectableChannel
becomes ready. -
Classes in io.netty.channel.nio used by io.netty.channel.socket.nioClassDescription
AbstractNioChannel
base class forChannel
s that operate on bytes.Abstract base class forChannel
implementations which use a Selector based approach.SpecialChannel.Unsafe
sub-type which allows to access the underlyingSelectableChannel
AbstractNioChannel
base class forChannel
s that operate on messages.