public interface StreamPrioritizer
The interface for pluggable stream prioritizers
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | StreamPrioritizer.First$A prioritizer that ignores priority information and just sends to the first stream | 
| Modifier and Type | Method and Description | 
|---|---|
| int | chooseSubstream(scala.collection.immutable.Set<java.lang.Object> streams)Choose a substream from a set of substream ids that have data available | 
| void | updatePriority(FrameEvent.PriorityFrame priorityFrame)Update priority information for a substream | 
void updatePriority(FrameEvent.PriorityFrame priorityFrame)
int chooseSubstream(scala.collection.immutable.Set<java.lang.Object> streams)