Uses of Package
io.netty5.channel.nio
-
Packages that use io.netty5.channel.nio Package Description io.netty5.channel.nio NIO-based channel API implementation - recommended for a large number of connections (>= 1000).io.netty5.channel.socket.nio NIO-based socket channel API implementation - recommended for a large number of connections (>= 1000). -
Classes in io.netty5.channel.nio used by io.netty5.channel.nio Class Description AbstractNioChannel Abstract base class forChannel
implementations which use a Selector based approach. -
Classes in io.netty5.channel.nio used by io.netty5.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.AbstractNioMessageChannel AbstractNioChannel
base class forChannel
s that operate on messages.