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 forChannelimplementations which use a Selector based approach.AbstractNioChannel.AbstractNioUnsafe AbstractNioChannel.NioUnsafe SpecialChannel.Unsafesub-type which allows to access the underlyingSelectableChannelNioIoHandle IoHandlesubtype for NIO based implementations that will work withNioIoHandler.NioIoOps Implementation ofIoOpsfor that is used byNioIoHandlerand so for NIO based transports.NioTask An arbitrary task that can be executed byNioEventLoopwhen aSelectableChannelbecomes ready. -
Classes in io.netty.channel.nio used by io.netty.channel.sctp.nio Class Description AbstractNioChannel Abstract base class forChannelimplementations which use a Selector based approach.AbstractNioMessageChannel AbstractNioChannelbase class forChannels that operate on messages. -
Classes in io.netty.channel.nio used by io.netty.channel.socket.nio Class Description AbstractNioByteChannel AbstractNioChannelbase class forChannels that operate on bytes.AbstractNioChannel Abstract base class forChannelimplementations which use a Selector based approach.AbstractNioChannel.AbstractNioUnsafe AbstractNioMessageChannel AbstractNioChannelbase class forChannels that operate on messages. -
Classes in io.netty.channel.nio used by io.netty.channel.udt.nio 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.