Uses of Interface
io.netty.util.IntConsumer
-
Packages that use IntConsumer Package Description io.netty.buffer Abstraction of a byte buffer - the fundamental data structure to represent a low-level binary and text message.io.netty.util.concurrent Utility classes for concurrent / async tasks. -
-
Uses of IntConsumer in io.netty.buffer
Classes in io.netty.buffer that implement IntConsumer Modifier and Type Class Description private static classAdaptivePoolingAllocator.BuddyChunk -
Uses of IntConsumer in io.netty.util.concurrent
Methods in io.netty.util.concurrent with parameters of type IntConsumer Modifier and Type Method Description intMpscAtomicIntegerArrayQueue. drain(int limit, IntConsumer consumer)intMpscIntQueue. drain(int limit, IntConsumer consumer)Remove up to the given limit of elements from the queue, and pass them to the consumer in order.
-