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 SCTP 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).
UDT Transport for NIO Channels.
-
Classes in io.netty.channel.nio used by io.netty.channel.nioClassDescriptionAbstract base class for
Channelimplementations which use a Selector based approach.SpecialChannel.Unsafesub-type which allows to access the underlyingSelectableChannelIoHandlesubtype for NIO based implementations that will work withNioIoHandler.Implementation ofIoOpsfor that is used byNioIoHandlerand so for NIO based transports.An arbitrary task that can be executed byNioEventLoopwhen aSelectableChannelbecomes ready. -
Classes in io.netty.channel.nio used by io.netty.channel.sctp.nioClassDescriptionAbstract base class for
Channelimplementations which use a Selector based approach.AbstractNioChannelbase class forChannels that operate on messages. -
Classes in io.netty.channel.nio used by io.netty.channel.socket.nioClassDescription
AbstractNioChannelbase class forChannels that operate on bytes.Abstract base class forChannelimplementations which use a Selector based approach.AbstractNioChannelbase class forChannels that operate on messages. -
Classes in io.netty.channel.nio used by io.netty.channel.udt.nioClassDescription
AbstractNioChannelbase class forChannels that operate on bytes.Abstract base class forChannelimplementations which use a Selector based approach.AbstractNioChannelbase class forChannels that operate on messages.