Uses of Interface
io.netty.channel.SelectStrategy
-
Packages that use SelectStrategy Package Description io.netty.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.netty.channel
Methods in io.netty.channel that return SelectStrategy Modifier and Type Method Description SelectStrategy
DefaultSelectStrategyFactory. newSelectStrategy()
SelectStrategy
SelectStrategyFactory. newSelectStrategy()
Creates a newSelectStrategy
.
-