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
Methods in io.netty.channel.nio with parameters of type EventLoopTaskQueueFactory Modifier and Type Method Description private static java.util.Queue<java.lang.Runnable>
NioEventLoop. newTaskQueue(EventLoopTaskQueueFactory queueFactory)
Constructors in io.netty.channel.nio with parameters of type EventLoopTaskQueueFactory Constructor Description NioEventLoop(NioEventLoopGroup parent, java.util.concurrent.Executor executor, java.nio.channels.spi.SelectorProvider selectorProvider, SelectStrategy strategy, RejectedExecutionHandler rejectedExecutionHandler, EventLoopTaskQueueFactory queueFactory)
NioEventLoopGroup(int nThreads, java.util.concurrent.Executor executor, EventExecutorChooserFactory chooserFactory, java.nio.channels.spi.SelectorProvider selectorProvider, SelectStrategyFactory selectStrategyFactory, RejectedExecutionHandler rejectedExecutionHandler, EventLoopTaskQueueFactory taskQueueFactory)
-