Uses of Class
io.netty.channel.nio.NioEventLoopGroup
-
Packages that use NioEventLoopGroup Package Description io.netty.channel.nio 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 NioEventLoopGroup Constructor Description NioEventLoop(NioEventLoopGroup parent, java.util.concurrent.Executor executor, java.nio.channels.spi.SelectorProvider selectorProvider, SelectStrategy strategy, RejectedExecutionHandler rejectedExecutionHandler, EventLoopTaskQueueFactory queueFactory)
-