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.codec.http2 |
Handlers for sending and receiving HTTP/2 frames.
|
Modifier and Type | Method and Description |
---|---|
void |
CoalescingBufferQueue.copyTo(CoalescingBufferQueue dest)
Copy all pending entries in this queue into the destination queue.
|
Modifier and Type | Field and Description |
---|---|
private CoalescingBufferQueue |
DefaultHttp2ConnectionEncoder.FlowControlledData.queue |