Uses of Class
io.netty.channel.MultiThreadIoEventLoopGroup
-
Packages that use MultiThreadIoEventLoopGroup Package Description io.netty.channel.epoll Optimized transport for linux which uses EPOLL Edge-Triggered Mode for maximal performance.io.netty.channel.kqueue BSD specific transport.io.netty.channel.local A virtual transport that enables the communication between the two parties in the same virtual machine.io.netty.channel.nio NIO-based channel API implementation - recommended for a large number of connections (>= 1000). -
-
Uses of MultiThreadIoEventLoopGroup in io.netty.channel.epoll
Subclasses of MultiThreadIoEventLoopGroup in io.netty.channel.epoll Modifier and Type Class Description class
EpollEventLoopGroup
Deprecated. -
Uses of MultiThreadIoEventLoopGroup in io.netty.channel.kqueue
Subclasses of MultiThreadIoEventLoopGroup in io.netty.channel.kqueue Modifier and Type Class Description class
KQueueEventLoopGroup
Deprecated. -
Uses of MultiThreadIoEventLoopGroup in io.netty.channel.local
Subclasses of MultiThreadIoEventLoopGroup in io.netty.channel.local Modifier and Type Class Description class
LocalEventLoopGroup
Deprecated. -
Uses of MultiThreadIoEventLoopGroup in io.netty.channel.nio
Subclasses of MultiThreadIoEventLoopGroup in io.netty.channel.nio Modifier and Type Class Description class
NioEventLoopGroup
Deprecated.
-