Uses of Class
io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.ParentChangedEvent
Packages that use WeightedFairQueueByteDistributor.ParentChangedEvent
-
Uses of WeightedFairQueueByteDistributor.ParentChangedEvent in io.netty.handler.codec.http2
Method parameters in io.netty.handler.codec.http2 with type arguments of type WeightedFairQueueByteDistributor.ParentChangedEventModifier and TypeMethodDescription(package private) void
WeightedFairQueueByteDistributor.notifyParentChanged
(List<WeightedFairQueueByteDistributor.ParentChangedEvent> events) Notify all listeners of the priority tree change events (in ascending order)(package private) void
WeightedFairQueueByteDistributor.State.takeChild
(WeightedFairQueueByteDistributor.State child, boolean exclusive, List<WeightedFairQueueByteDistributor.ParentChangedEvent> events) (package private) void
WeightedFairQueueByteDistributor.State.takeChild
(Iterator<IntObjectMap.PrimitiveEntry<WeightedFairQueueByteDistributor.State>> childItr, WeightedFairQueueByteDistributor.State child, boolean exclusive, List<WeightedFairQueueByteDistributor.ParentChangedEvent> events) Adds a child to this priority.