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