Uses of Class
io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.ParentChangedEvent
-
Packages that use WeightedFairQueueByteDistributor.ParentChangedEvent Package Description io.netty.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames. -
-
Uses of WeightedFairQueueByteDistributor.ParentChangedEvent in io.netty.handler.codec.http2
Method parameters in io.netty.handler.codec.http2 with type arguments of type WeightedFairQueueByteDistributor.ParentChangedEvent Modifier and Type Method 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(WeightedFairQueueByteDistributor.State child, boolean exclusive, java.util.List<WeightedFairQueueByteDistributor.ParentChangedEvent> events)
(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.
-