Package | Description |
---|---|
io.netty.handler.codec.http2 |
Handlers for sending and receiving HTTP/2 frames.
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
WeightedFairQueueByteDistributor.notifyParentChanged(java.util.List<WeightedFairQueueByteDistributor.ParentChangedEvent> events)
Notify all listeners of the priority tree change events (in ascending order)
|
(package private) void |
WeightedFairQueueByteDistributor.State.takeChild(java.util.Iterator<IntObjectMap.PrimitiveEntry<WeightedFairQueueByteDistributor.State>> childItr,
WeightedFairQueueByteDistributor.State child,
boolean exclusive,
java.util.List<WeightedFairQueueByteDistributor.ParentChangedEvent> events)
Adds a child to this priority.
|
(package private) void |
WeightedFairQueueByteDistributor.State.takeChild(WeightedFairQueueByteDistributor.State child,
boolean exclusive,
java.util.List<WeightedFairQueueByteDistributor.ParentChangedEvent> events) |