Class StreamPrioritizer.First$
java.lang.Object
org.apache.pekko.http.impl.engine.http2.StreamPrioritizer.First$
- All Implemented Interfaces:
StreamPrioritizer
- Enclosing interface:
- StreamPrioritizer
A prioritizer that ignores priority information and just sends to the first stream
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.pekko.http.impl.engine.http2.StreamPrioritizer
StreamPrioritizer.First$ -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StreamPrioritizer.First$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintchooseSubstream(scala.collection.immutable.Set<Object> streams) Choose a substream from a set of substream ids that have data availablevoidupdatePriority(FrameEvent.PriorityFrame priorityFrame) Update priority information for a substream
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
First$
public First$()
-
-
Method Details
-
updatePriority
Description copied from interface:StreamPrioritizerUpdate priority information for a substream- Specified by:
updatePriorityin interfaceStreamPrioritizer
-
chooseSubstream
Description copied from interface:StreamPrioritizerChoose a substream from a set of substream ids that have data available- Specified by:
chooseSubstreamin interfaceStreamPrioritizer
-