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 TypeMethodDescriptionprivate static void
NioEventLoop.invokeChannelUnregistered
(NioTask<SelectableChannel> task, SelectionKey k, Throwable cause) private static void
NioEventLoop.processSelectedKey
(SelectionKey k, NioTask<SelectableChannel> task) void
NioEventLoop.register
(SelectableChannel ch, int interestOps, NioTask<?> task) Registers an arbitrarySelectableChannel
, not necessarily created by Netty, to theSelector
of this event loop.private void
NioEventLoop.register0
(SelectableChannel ch, int interestOps, NioTask<?> task)