Package io.netty.handler.codec.http2
Class WeightedFairQueueByteDistributor.ParentChangedEvent
- java.lang.Object
-
- io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.ParentChangedEvent
-
- Enclosing class:
- WeightedFairQueueByteDistributor
private static final class WeightedFairQueueByteDistributor.ParentChangedEvent extends java.lang.Object
Allows a correlation to be made between a stream and its old parent before a parent change occurs.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) WeightedFairQueueByteDistributor.State
oldParent
(package private) WeightedFairQueueByteDistributor.State
state
-
Constructor Summary
Constructors Constructor Description ParentChangedEvent(WeightedFairQueueByteDistributor.State state, WeightedFairQueueByteDistributor.State oldParent)
Create a new instance.
-
-
-
Field Detail
-
state
final WeightedFairQueueByteDistributor.State state
-
oldParent
final WeightedFairQueueByteDistributor.State oldParent
-
-
Constructor Detail
-
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.
-
-