Uses of Interface
io.netty.channel.SelectStrategy
Packages that use SelectStrategy
Package
Description
The core channel API which is asynchronous and event-driven abstraction of
various transports such as a
NIO Channel.
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 SelectStrategy in io.netty.channel
Classes in io.netty.channel that implement SelectStrategyModifier and TypeClassDescription(package private) final class
Default select strategy.Fields in io.netty.channel declared as SelectStrategyModifier and TypeFieldDescription(package private) static final SelectStrategy
DefaultSelectStrategy.INSTANCE
Methods in io.netty.channel that return SelectStrategyModifier and TypeMethodDescriptionDefaultSelectStrategyFactory.newSelectStrategy()
SelectStrategyFactory.newSelectStrategy()
Creates a newSelectStrategy
. -
Uses of SelectStrategy in io.netty.channel.epoll
Fields in io.netty.channel.epoll declared as SelectStrategyConstructors in io.netty.channel.epoll with parameters of type SelectStrategyModifierConstructorDescription(package private)
EpollEventLoop
(EventLoopGroup parent, Executor executor, int maxEvents, SelectStrategy strategy, RejectedExecutionHandler rejectedExecutionHandler, EventLoopTaskQueueFactory taskQueueFactory, EventLoopTaskQueueFactory tailTaskQueueFactory) -
Uses of SelectStrategy in io.netty.channel.kqueue
Fields in io.netty.channel.kqueue declared as SelectStrategyConstructors in io.netty.channel.kqueue with parameters of type SelectStrategyModifierConstructorDescription(package private)
KQueueEventLoop
(EventLoopGroup parent, Executor executor, int maxEvents, SelectStrategy strategy, RejectedExecutionHandler rejectedExecutionHandler, EventLoopTaskQueueFactory taskQueueFactory, EventLoopTaskQueueFactory tailTaskQueueFactory) -
Uses of SelectStrategy in io.netty.channel.nio
Fields in io.netty.channel.nio declared as SelectStrategyConstructors in io.netty.channel.nio with parameters of type SelectStrategyModifierConstructorDescription(package private)
NioEventLoop
(NioEventLoopGroup parent, Executor executor, SelectorProvider selectorProvider, SelectStrategy strategy, RejectedExecutionHandler rejectedExecutionHandler, EventLoopTaskQueueFactory taskQueueFactory, EventLoopTaskQueueFactory tailTaskQueueFactory)