Uses of Interface
io.netty.util.concurrent.OrderedEventExecutor
Packages that use OrderedEventExecutor
Package
Description
The core channel API which is asynchronous and event-driven abstraction of
various transports such as a
NIO Channel.
Optimized transport for linux which uses EPOLL Edge-Triggered Mode
for maximal performance.
NIO-based channel
API implementation - recommended for a large number of connections (>= 1000).
Utility classes for concurrent / async tasks.
-
Uses of OrderedEventExecutor in io.netty.channel
Subinterfaces of OrderedEventExecutor in io.netty.channelModifier and TypeInterfaceDescriptioninterfaceWill handle all the I/O operations for aChannelonce registered.interfaceClasses in io.netty.channel that implement OrderedEventExecutorModifier and TypeClassDescriptionclassSkeletal implementation ofEventLoop.classclassIoEventLoopimplementation that is owned by the user and so needs to be driven by the user manually with the givenThread.classAbstract base class forEventLoops that execute all its submitted tasks in a single thread.classIoEventLoopimplementation that execute all its submitted tasks in a single thread using the providedIoHandler.classDeprecated.this will be remove in the next-major release. -
Uses of OrderedEventExecutor in io.netty.channel.epoll
Classes in io.netty.channel.epoll that implement OrderedEventExecutorModifier and TypeClassDescriptionclassDeprecated.UseSingleThreadIoEventLoopwithEpollIoHandler -
Uses of OrderedEventExecutor in io.netty.channel.nio
Classes in io.netty.channel.nio that implement OrderedEventExecutorModifier and TypeClassDescriptionfinal classDeprecated.UseSingleThreadIoEventLoopwithNioIoHandler -
Uses of OrderedEventExecutor in io.netty.util.concurrent
Classes in io.netty.util.concurrent that implement OrderedEventExecutorModifier and TypeClassDescriptionfinal classDefaultSingleThreadEventExecutorimplementation which just execute all submitted task in a serial fashion.final classSingle-thread singletonEventExecutor.classAbstract base class forOrderedEventExecutor's that execute all its submitted tasks in a single thread.