Uses of Class
io.netty5.util.concurrent.SingleThreadEventExecutor
-
Packages that use SingleThreadEventExecutor Package Description io.netty5.channel The core channel API which is asynchronous and event-driven abstraction of various transports such as a NIO Channel.io.netty5.util.concurrent Utility classes for concurrent / async tasks. -
-
Uses of SingleThreadEventExecutor in io.netty5.channel
Subclasses of SingleThreadEventExecutor in io.netty5.channel Modifier and Type Class Description class
SingleThreadEventLoop
-
Uses of SingleThreadEventExecutor in io.netty5.util.concurrent
Methods in io.netty5.util.concurrent with parameters of type SingleThreadEventExecutor Modifier and Type Method Description void
RejectedExecutionHandler. rejected(Runnable task, SingleThreadEventExecutor executor)
Called when someone tried to add a task toSingleThreadEventExecutor
but this failed due capacity restrictions.
-