Package akka.http.impl.engine.http2
Interface PriorityNode
-
public interface PriorityNodeINTERNAL API
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description scala.collection.immutable.Seq<PriorityNode>children()PriorityNodedependency()intstreamId()intweight()
-
-
-
Method Detail
-
children
scala.collection.immutable.Seq<PriorityNode> children()
-
dependency
PriorityNode dependency()
-
streamId
int streamId()
-
weight
int weight()
-
-