程序包 | 说明 |
---|---|
io.netty.channel |
The core channel API which is asynchronous and event-driven abstraction of
various transports such as a
NIO Channel.
|
限定符和类型 | 类和说明 |
---|---|
class |
CoalescingBufferQueue
A FIFO queue of bytes where producers add bytes by repeatedly adding
ByteBuf and consumers take bytes in
arbitrary lengths. |
限定符和类型 | 方法和说明 |
---|---|
void |
AbstractCoalescingBufferQueue.copyTo(AbstractCoalescingBufferQueue dest)
Copy all pending entries in this queue into the destination queue.
|