Package | Description |
---|---|
io.netty.handler.codec.http2 |
Handlers for sending and receiving HTTP/2 frames.
|
io.netty.util.internal |
Internal-use-only utilities which is not allowed to be used
outside Netty.
|
Modifier and Type | Field and Description |
---|---|
private PriorityQueue<WeightedFairQueueByteDistributor.State> |
WeightedFairQueueByteDistributor.State.pseudoTimeQueue |
private PriorityQueue<WeightedFairQueueByteDistributor.State> |
WeightedFairQueueByteDistributor.stateOnlyRemovalQueue
This queue will hold streams that are not active and provides the capability to retain priority for streams which
have no
Http2Stream object. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultPriorityQueue<T extends PriorityQueueNode>
A priority queue which uses natural ordering of elements.
|
class |
EmptyPriorityQueue<T> |
Modifier and Type | Field and Description |
---|---|
private static PriorityQueue<java.lang.Object> |
EmptyPriorityQueue.INSTANCE |