Uses of Interface
io.netty.channel.nio.NioIoHandle
Packages that use NioIoHandle
Package
Description
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 NioIoHandleModifier and TypeClassDescriptionprotected classprotected classclassNioSelectableChannelIoHandle<S extends SelectableChannel>Allows to create anIoHandlefor aSelectableChannel, not necessarily created by Netty.