Uses of Class
io.netty.channel.SingleThreadEventLoop
Packages that use SingleThreadEventLoop
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).
-
Uses of SingleThreadEventLoop in io.netty.channel
Subclasses of SingleThreadEventLoop in io.netty.channelModifier and TypeClassDescriptionclassclassIoEventLoopimplementation 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 SingleThreadEventLoop in io.netty.channel.epoll
Subclasses of SingleThreadEventLoop in io.netty.channel.epollModifier and TypeClassDescriptionclassDeprecated.UseSingleThreadIoEventLoopwithEpollIoHandler -
Uses of SingleThreadEventLoop in io.netty.channel.nio
Subclasses of SingleThreadEventLoop in io.netty.channel.nioModifier and TypeClassDescriptionfinal classDeprecated.UseSingleThreadIoEventLoopwithNioIoHandler