Uses of Interface
io.netty.channel.nio.NioIoHandle
-
Packages that use NioIoHandle Package Description io.netty.channel.nio NIO-based channel API implementation - recommended for a large number of connections (>= 1000). -
-
Uses of NioIoHandle in io.netty.channel.nio
Classes in io.netty.channel.nio that implement NioIoHandle Modifier and Type Class Description protected class
AbstractNioByteChannel.NioByteUnsafe
protected class
AbstractNioChannel.AbstractNioUnsafe
class
NioSelectableChannelIoHandle<S extends java.nio.channels.SelectableChannel>
Allows to create anIoHandle
for aSelectableChannel
, not necessarily created by Netty.
-