软件包 | 描述 |
---|---|
io.netty.channel |
核心频道API是异步和事件驱动的各种传输的抽象,例如
NIO Channel 。
|
Modifier and Type | Class and Description |
---|---|
class |
CoalescingBufferQueue
生产者通过反复添加 ByteBuf 添加字节的字节的FIFO队列,消费者以任意长度获取字节。
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractCoalescingBufferQueue.copyTo(AbstractCoalescingBufferQueue dest)
将此队列中的所有待处理条目复制到目标队列中。
|
Copyright © 2008–2018 The Netty Project. All rights reserved.