Uses of Class
io.netty5.channel.AbstractCoalescingBufferQueue
-
Packages that use AbstractCoalescingBufferQueue Package Description io.netty5.channel The core channel API which is asynchronous and event-driven abstraction of various transports such as a NIO Channel. -
-
Uses of AbstractCoalescingBufferQueue in io.netty5.channel
Subclasses of AbstractCoalescingBufferQueue in io.netty5.channel Modifier and Type Class Description class
CoalescingBufferQueue
A FIFO queue of bytes where producers add bytes by repeatedly addingBuffer
and consumers take bytes in arbitrary lengths.Methods in io.netty5.channel with parameters of type AbstractCoalescingBufferQueue Modifier and Type Method Description void
AbstractCoalescingBufferQueue. copyTo(AbstractCoalescingBufferQueue dest)
Copy all pending entries in this queue into the destination queue.
-