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 class
A FIFO queue of bytes where producers add bytes by repeatedly addingByteBuf
and consumers take bytes in arbitrary lengths.Methods in io.netty.channel with parameters of type AbstractCoalescingBufferQueueModifier and TypeMethodDescriptionfinal void
AbstractCoalescingBufferQueue.copyTo
(AbstractCoalescingBufferQueue dest) Copy all pending entries in this queue into the destination queue. -
Uses of AbstractCoalescingBufferQueue in io.netty.handler.ssl
Subclasses of AbstractCoalescingBufferQueue in io.netty.handler.sslModifier and TypeClassDescriptionprivate final class
Each call to SSL_write will introduce about ~100 bytes of overhead.