Uses of Interface
io.netty.channel.EventLoopTaskQueueFactory
Packages that use EventLoopTaskQueueFactory
Package
Description
Optimized transport for linux which uses EPOLL Edge-Triggered Mode
for maximal performance.
BSD specific transport.
NIO-based channel
API implementation - recommended for a large number of connections (>= 1000).
-
Uses of EventLoopTaskQueueFactory in io.netty.channel.epoll
Methods in io.netty.channel.epoll with parameters of type EventLoopTaskQueueFactoryModifier and TypeMethodDescriptionEpollEventLoop.newTaskQueue
(EventLoopTaskQueueFactory queueFactory) Constructors in io.netty.channel.epoll with parameters of type EventLoopTaskQueueFactoryModifierConstructorDescription(package private)
EpollEventLoop
(EventLoopGroup parent, Executor executor, int maxEvents, SelectStrategy strategy, RejectedExecutionHandler rejectedExecutionHandler, EventLoopTaskQueueFactory taskQueueFactory, EventLoopTaskQueueFactory tailTaskQueueFactory) EpollEventLoopGroup
(int nThreads, Executor executor, EventExecutorChooserFactory chooserFactory, SelectStrategyFactory selectStrategyFactory, RejectedExecutionHandler rejectedExecutionHandler, EventLoopTaskQueueFactory queueFactory) EpollEventLoopGroup
(int nThreads, Executor executor, EventExecutorChooserFactory chooserFactory, SelectStrategyFactory selectStrategyFactory, RejectedExecutionHandler rejectedExecutionHandler, EventLoopTaskQueueFactory taskQueueFactory, EventLoopTaskQueueFactory tailTaskQueueFactory) -
Uses of EventLoopTaskQueueFactory in io.netty.channel.kqueue
Methods in io.netty.channel.kqueue with parameters of type EventLoopTaskQueueFactoryModifier and TypeMethodDescriptionKQueueEventLoop.newTaskQueue
(EventLoopTaskQueueFactory queueFactory) Constructors in io.netty.channel.kqueue with parameters of type EventLoopTaskQueueFactoryModifierConstructorDescription(package private)
KQueueEventLoop
(EventLoopGroup parent, Executor executor, int maxEvents, SelectStrategy strategy, RejectedExecutionHandler rejectedExecutionHandler, EventLoopTaskQueueFactory taskQueueFactory, EventLoopTaskQueueFactory tailTaskQueueFactory) KQueueEventLoopGroup
(int nThreads, Executor executor, EventExecutorChooserFactory chooserFactory, SelectStrategyFactory selectStrategyFactory, RejectedExecutionHandler rejectedExecutionHandler, EventLoopTaskQueueFactory queueFactory) KQueueEventLoopGroup
(int nThreads, Executor executor, EventExecutorChooserFactory chooserFactory, SelectStrategyFactory selectStrategyFactory, RejectedExecutionHandler rejectedExecutionHandler, EventLoopTaskQueueFactory taskQueueFactory, EventLoopTaskQueueFactory tailTaskQueueFactory) -
Uses of EventLoopTaskQueueFactory in io.netty.channel.nio
Methods in io.netty.channel.nio with parameters of type EventLoopTaskQueueFactoryModifier and TypeMethodDescriptionNioEventLoop.newTaskQueue
(EventLoopTaskQueueFactory queueFactory) Constructors in io.netty.channel.nio with parameters of type EventLoopTaskQueueFactoryModifierConstructorDescription(package private)
NioEventLoop
(NioEventLoopGroup parent, Executor executor, SelectorProvider selectorProvider, SelectStrategy strategy, RejectedExecutionHandler rejectedExecutionHandler, EventLoopTaskQueueFactory taskQueueFactory, EventLoopTaskQueueFactory tailTaskQueueFactory) NioEventLoopGroup
(int nThreads, Executor executor, EventExecutorChooserFactory chooserFactory, SelectorProvider selectorProvider, SelectStrategyFactory selectStrategyFactory, RejectedExecutionHandler rejectedExecutionHandler, EventLoopTaskQueueFactory taskQueueFactory) NioEventLoopGroup
(int nThreads, Executor executor, EventExecutorChooserFactory chooserFactory, SelectorProvider selectorProvider, SelectStrategyFactory selectStrategyFactory, RejectedExecutionHandler rejectedExecutionHandler, EventLoopTaskQueueFactory taskQueueFactory, EventLoopTaskQueueFactory tailTaskQueueFactory)