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.sctp.nio NIO-based SCTP 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).io.netty.channel.udt.nio UDT Transport for NIO Channels. -
Classes in io.netty.channel.nio used by io.netty.channel.nio Class Description AbstractNioChannel Abstract base class forChannel
implementations which use a Selector based approach.AbstractNioChannel.AbstractNioUnsafe AbstractNioChannel.NioUnsafe SpecialChannel.Unsafe
sub-type which allows to access the underlyingSelectableChannel
NioIoHandle IoHandle
subtype for NIO based implementations that will work withNioIoHandler
.NioIoOps Implementation ofIoOps
for that is used byNioIoHandler
and so for NIO based transports.NioTask An arbitrary task that can be executed byNioEventLoop
when aSelectableChannel
becomes ready. -
Classes in io.netty.channel.nio used by io.netty.channel.sctp.nio Class Description AbstractNioChannel Abstract base class forChannel
implementations which use a Selector based approach.AbstractNioMessageChannel AbstractNioChannel
base class forChannel
s that operate on messages. -
Classes in io.netty.channel.nio used by io.netty.channel.socket.nio Class Description AbstractNioByteChannel AbstractNioChannel
base class forChannel
s that operate on bytes.AbstractNioChannel Abstract base class forChannel
implementations which use a Selector based approach.AbstractNioChannel.AbstractNioUnsafe AbstractNioMessageChannel AbstractNioChannel
base class forChannel
s that operate on messages. -
Classes in io.netty.channel.nio used by io.netty.channel.udt.nio Class Description AbstractNioByteChannel AbstractNioChannel
base class forChannel
s that operate on bytes.AbstractNioChannel Abstract base class forChannel
implementations which use a Selector based approach.AbstractNioMessageChannel AbstractNioChannel
base class forChannel
s that operate on messages.