Package org.eclipse.jetty.http2
Class SimpleFlowControlStrategy
java.lang.Object
org.eclipse.jetty.http2.AbstractFlowControlStrategy
org.eclipse.jetty.http2.SimpleFlowControlStrategy
- All Implemented Interfaces:
FlowControlStrategy,org.eclipse.jetty.util.component.Dumpable
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.jetty.util.component.Dumpable
org.eclipse.jetty.util.component.Dumpable.DumpableContainerNested classes/interfaces inherited from interface org.eclipse.jetty.http2.FlowControlStrategy
FlowControlStrategy.Factory -
Field Summary
Fields inherited from class org.eclipse.jetty.http2.AbstractFlowControlStrategy
LOGFields inherited from interface org.eclipse.jetty.util.component.Dumpable
KEYFields inherited from interface org.eclipse.jetty.http2.FlowControlStrategy
DEFAULT_WINDOW_SIZE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonDataConsumed(ISession session, IStream stream, int length) Methods inherited from class org.eclipse.jetty.http2.AbstractFlowControlStrategy
dump, dump, getInitialStreamRecvWindow, getInitialStreamSendWindow, getSessionStallTime, getStreamsStallTime, onDataReceived, onDataSending, onDataSent, onSessionStalled, onSessionUnstalled, onStreamCreated, onStreamDestroyed, onStreamStalled, onStreamUnstalled, onWindowUpdate, reset, updateInitialStreamWindow, windowUpdateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.jetty.util.component.Dumpable
dumpSelf
-
Constructor Details
-
SimpleFlowControlStrategy
public SimpleFlowControlStrategy() -
SimpleFlowControlStrategy
public SimpleFlowControlStrategy(int initialStreamSendWindow)
-
-
Method Details
-
onDataConsumed
-