Uses of Class
io.netty.channel.SingleThreadIoEventLoop
-
Packages that use SingleThreadIoEventLoop Package Description io.netty.channel.epoll Optimized transport for linux which uses EPOLL Edge-Triggered Mode for maximal performance.io.netty.channel.nio NIO-based channel API implementation - recommended for a large number of connections (>= 1000). -
-
Uses of SingleThreadIoEventLoop in io.netty.channel.epoll
Subclasses of SingleThreadIoEventLoop in io.netty.channel.epoll Modifier and Type Class Description class
EpollEventLoop
Deprecated.UseSingleThreadIoEventLoop
withEpollIoHandler
-
Uses of SingleThreadIoEventLoop in io.netty.channel.nio
Subclasses of SingleThreadIoEventLoop in io.netty.channel.nio Modifier and Type Class Description class
NioEventLoop
Deprecated.UseSingleThreadIoEventLoop
withNioIoHandler
-