Uses of Interface
io.netty5.util.concurrent.OrderedEventExecutor
-
Packages that use OrderedEventExecutor 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 OrderedEventExecutor in io.netty5.channel
Subinterfaces of OrderedEventExecutor in io.netty5.channel Modifier and Type Interface Description interface
EventLoop
Will handle all the I/O operations for aIoHandle
once registered.Classes in io.netty5.channel that implement OrderedEventExecutor Modifier and Type Class Description class
SingleThreadEventLoop
-
Uses of OrderedEventExecutor in io.netty5.util.concurrent
Classes in io.netty5.util.concurrent that implement OrderedEventExecutor Modifier and Type Class Description class
GlobalEventExecutor
Single-thread singletonEventExecutor
.class
SingleThreadEventExecutor
OrderedEventExecutor
's implementation that execute all its submitted tasks in a single thread.
-