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