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 | Method and Description |
---|---|
int |
WeightedFairQueueByteDistributor.State.priorityQueueIndex(DefaultPriorityQueue<?> queue) |
void |
WeightedFairQueueByteDistributor.State.priorityQueueIndex(DefaultPriorityQueue<?> queue,
int i) |
Modifier and Type | Method and Description |
---|---|
int |
PriorityQueueNode.priorityQueueIndex(DefaultPriorityQueue<?> queue)
Get the last value set by
PriorityQueueNode.priorityQueueIndex(DefaultPriorityQueue, int) for the value corresponding to
queue . |
void |
PriorityQueueNode.priorityQueueIndex(DefaultPriorityQueue<?> queue,
int i)
Used by
DefaultPriorityQueue to maintain state for an element in the queue. |