Uses of Class
io.netty.channel.nio.NioEventLoopGroup
Packages that use NioEventLoopGroup
Package
Description
NIO-based channel
API implementation - recommended for a large number of connections (>= 1000).
-
Uses of NioEventLoopGroup in io.netty.channel.nio
Constructors in io.netty.channel.nio with parameters of type NioEventLoopGroupModifierConstructorDescription(package private)
NioEventLoop
(NioEventLoopGroup parent, Executor executor, SelectorProvider selectorProvider, SelectStrategy strategy, RejectedExecutionHandler rejectedExecutionHandler, EventLoopTaskQueueFactory taskQueueFactory, EventLoopTaskQueueFactory tailTaskQueueFactory)