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 SummaryNested classes/interfaces inherited from interface org.apache.pekko.http.impl.engine.http2.StreamPrioritizerStreamPrioritizer.First$
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final StreamPrioritizer.First$Static reference to the singleton instance of this Scala object.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
updatePriorityDescription copied from interface:StreamPrioritizerUpdate priority information for a substream- Specified by:
- updatePriorityin interface- StreamPrioritizer
 
- 
chooseSubstreamDescription copied from interface:StreamPrioritizerChoose a substream from a set of substream ids that have data available- Specified by:
- chooseSubstreamin interface- StreamPrioritizer
 
 
-