Class SimpleFlowControlStrategy
java.lang.Object
org.eclipse.jetty.http2.AbstractFlowControlStrategy
org.eclipse.jetty.http2.SimpleFlowControlStrategy
- All Implemented Interfaces:
- FlowControlStrategy, Dumpable
- 
Nested Class SummaryNested classes/interfaces inherited from interface DumpableDumpable.DumpableContainerNested classes/interfaces inherited from interface FlowControlStrategyFlowControlStrategy.Factory
- 
Field SummaryFields inherited from interface FlowControlStrategyDEFAULT_WINDOW_SIZE
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidonDataConsumed(Session session, Stream stream, int length) Methods inherited from class AbstractFlowControlStrategydump, dump, getInitialStreamRecvWindow, getInitialStreamSendWindow, getSessionStallTime, getStreamsStallTime, onDataReceived, onDataSending, onDataSent, onSessionStalled, onSessionUnstalled, onStreamCreated, onStreamDestroyed, onStreamStalled, onStreamUnstalled, onWindowUpdate, reset, sendWindowUpdate, updateInitialStreamWindow, updateRecvWindow, updateRecvWindow, updateSendWindow, updateSendWindow, updateWindow, windowUpdate
- 
Constructor Details- 
SimpleFlowControlStrategypublic SimpleFlowControlStrategy()
- 
SimpleFlowControlStrategypublic SimpleFlowControlStrategy(int initialStreamSendWindow) 
 
- 
- 
Method Details- 
onDataConsumed
 
-