Uses of Class
io.netty.channel.AbstractCoalescingBufferQueue
Packages that use AbstractCoalescingBufferQueue
Package
Description
The core channel API which is asynchronous and event-driven abstraction of
various transports such as a
NIO Channel.
-
Uses of AbstractCoalescingBufferQueue in io.netty.channel
Subclasses of AbstractCoalescingBufferQueue in io.netty.channelModifier and TypeClassDescriptionfinal classA FIFO queue of bytes where producers add bytes by repeatedly addingByteBufand consumers take bytes in arbitrary lengths.Methods in io.netty.channel with parameters of type AbstractCoalescingBufferQueueModifier and TypeMethodDescriptionfinal voidAbstractCoalescingBufferQueue.copyTo(AbstractCoalescingBufferQueue dest) Copy all pending entries in this queue into the destination queue.