Class SimpleFlowControlStrategy
java.lang.Object
org.eclipse.jetty.http2.AbstractFlowControlStrategy
org.eclipse.jetty.http2.SimpleFlowControlStrategy
- All Implemented Interfaces:
 FlowControlStrategy, Dumpable
- 
Nested Class Summary
Nested classes/interfaces inherited from interface Dumpable
Dumpable.DumpableContainer, Dumpable.DumpAppendableNested classes/interfaces inherited from interface FlowControlStrategy
FlowControlStrategy.Factory - 
Field Summary
Fields inherited from interface FlowControlStrategy
DEFAULT_WINDOW_SIZE - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidonDataConsumed(Session session, Stream stream, int length) Methods inherited from class AbstractFlowControlStrategy
dump, 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
- 
SimpleFlowControlStrategy
public SimpleFlowControlStrategy() - 
SimpleFlowControlStrategy
public SimpleFlowControlStrategy(int initialStreamSendWindow)  
 - 
 - 
Method Details
- 
onDataConsumed
 
 -