Uses of Interface
io.netty5.channel.SelectStrategy
-
Packages that use SelectStrategy Package Description io.netty5.channel The core channel API which is asynchronous and event-driven abstraction of various transports such as a NIO Channel. -
-
Uses of SelectStrategy in io.netty5.channel
Methods in io.netty5.channel that return SelectStrategy Modifier and Type Method Description SelectStrategy
DefaultSelectStrategyFactory. newSelectStrategy()
SelectStrategy
SelectStrategyFactory. newSelectStrategy()
Creates a newSelectStrategy
.
-