Uses of Interface
io.netty.util.IntSupplier
-
Packages that use IntSupplier 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 IntSupplier in io.netty.channel
Methods in io.netty.channel with parameters of type IntSupplier Modifier and Type Method Description int
SelectStrategy. calculateStrategy(IntSupplier selectSupplier, boolean hasTasks)
TheSelectStrategy
can be used to steer the outcome of a potential select call.
-