Uses of Interface
io.netty.channel.EventLoopTaskQueueFactory
-
Packages that use EventLoopTaskQueueFactory Package Description io.netty.channel.nio NIO-based channel API implementation - recommended for a large number of connections (>= 1000). -
-
Uses of EventLoopTaskQueueFactory in io.netty.channel.nio
Constructors in io.netty.channel.nio with parameters of type EventLoopTaskQueueFactory Constructor Description NioEventLoopGroup(int nThreads, Executor executor, EventExecutorChooserFactory chooserFactory, SelectorProvider selectorProvider, SelectStrategyFactory selectStrategyFactory, RejectedExecutionHandler rejectedExecutionHandler, EventLoopTaskQueueFactory taskQueueFactory)
-