Uses of Interface
io.netty.util.IntSupplier
Packages that use IntSupplier
Package
Description
The core channel API which is asynchronous and event-driven abstraction of
various transports such as a
NIO Channel.
Utility classes for concurrent / async tasks.
-
Uses of IntSupplier in io.netty.channel
Methods in io.netty.channel with parameters of type IntSupplierModifier and TypeMethodDescriptionintSelectStrategy.calculateStrategy(IntSupplier selectSupplier, boolean hasTasks) TheSelectStrategycan be used to steer the outcome of a potential select call. -
Uses of IntSupplier in io.netty.util.concurrent
Methods in io.netty.util.concurrent with parameters of type IntSupplierModifier and TypeMethodDescriptionintMpscAtomicIntegerArrayQueue.fill(int limit, IntSupplier supplier) intMpscIntQueue.fill(int limit, IntSupplier supplier) Add up to the given limit of elements to this queue, from the given supplier.