Package io.netty.handler.codec.http2
Class WeightedFairQueueByteDistributor.ParentChangedEvent
java.lang.Object
io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.ParentChangedEvent
- Enclosing class:
WeightedFairQueueByteDistributor
Allows a correlation to be made between a stream and its old parent before a parent change occurs.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final WeightedFairQueueByteDistributor.State
(package private) final WeightedFairQueueByteDistributor.State
-
Constructor Summary
ConstructorsConstructorDescriptionParentChangedEvent
(WeightedFairQueueByteDistributor.State state, WeightedFairQueueByteDistributor.State oldParent) Create a new instance. -
Method Summary
-
Field Details
-
state
-
oldParent
-
-
Constructor Details
-
ParentChangedEvent
ParentChangedEvent(WeightedFairQueueByteDistributor.State state, WeightedFairQueueByteDistributor.State oldParent) Create a new instance.- Parameters:
state
- The state who has had a parent change.oldParent
- The previous parent.
-