Uses of Interface
io.netty.channel.nio.NioTask
Packages that use NioTask
Package
Description
NIO-based channel
API implementation - recommended for a large number of connections (>= 1000).
-
Uses of NioTask in io.netty.channel.nio
Methods in io.netty.channel.nio with parameters of type NioTaskModifier and TypeMethodDescriptionvoidNioEventLoop.register(SelectableChannel ch, int interestOps, NioTask<?> task) Deprecated.Registers an arbitrarySelectableChannel, not necessarily created by Netty, to theSelectorof this event loop.