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.
-
Uses of SelectStrategy in io.netty.channel
Methods in io.netty.channel that return SelectStrategyModifier and TypeMethodDescriptionDefaultSelectStrategyFactory.newSelectStrategy()SelectStrategyFactory.newSelectStrategy()Creates a newSelectStrategy.