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 interfaceEventLoopWill handle all the I/O operations for aIoHandleonce registered.Classes in io.netty5.channel that implement OrderedEventExecutor Modifier and Type Class Description classSingleThreadEventLoop -
Uses of OrderedEventExecutor in io.netty5.util.concurrent
Classes in io.netty5.util.concurrent that implement OrderedEventExecutor Modifier and Type Class Description classGlobalEventExecutorSingle-thread singletonEventExecutor.classSingleThreadEventExecutorOrderedEventExecutor's implementation that execute all its submitted tasks in a single thread.
-