Package | Description |
---|---|
io.netty.handler.codec.http2 |
Handlers for sending and receiving HTTP/2 frames.
|
Modifier and Type | Field and Description |
---|---|
private java.util.TreeMap<java.lang.Integer,StreamBufferingEncoder.PendingStream> |
StreamBufferingEncoder.pendingStreams
Buffer for any streams and corresponding frames that could not be created due to the maximum
concurrent stream limit being hit.
|