Uses of Interface
io.netty.util.IntConsumer
Packages that use IntConsumer
Package
Description
Abstraction of a byte buffer - the fundamental data structure
to represent a low-level binary and text message.
Utility classes for concurrent / async tasks.
-
Uses of IntConsumer in io.netty.buffer
Classes in io.netty.buffer that implement IntConsumer -
Uses of IntConsumer in io.netty.util.concurrent
Methods in io.netty.util.concurrent with parameters of type IntConsumerModifier and TypeMethodDescriptionintMpscAtomicIntegerArrayQueue.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.