Uses of Class
io.netty.channel.AbstractCoalescingBufferQueue
-
Packages that use AbstractCoalescingBufferQueue Package Description io.netty.channel The core channel API which is asynchronous and event-driven abstraction of various transports such as a NIO Channel.io.netty.handler.ssl SSL · TLS implementation based onSSLEngine
-
-
Uses of AbstractCoalescingBufferQueue in io.netty.channel
Subclasses of AbstractCoalescingBufferQueue in io.netty.channel Modifier and Type Class Description class
CoalescingBufferQueue
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 AbstractCoalescingBufferQueue Modifier and Type Method Description 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.ssl Modifier and Type Class Description private class
SslHandler.SslHandlerCoalescingBufferQueue
Each call to SSL_write will introduce about ~100 bytes of overhead.
-