Package org.eclipse.jetty.http2
Class SimpleFlowControlStrategy
- java.lang.Object
-
- org.eclipse.jetty.http2.AbstractFlowControlStrategy
-
- org.eclipse.jetty.http2.SimpleFlowControlStrategy
-
- All Implemented Interfaces:
FlowControlStrategy
,Dumpable
public class SimpleFlowControlStrategy extends AbstractFlowControlStrategy
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.eclipse.jetty.util.component.Dumpable
Dumpable.DumpableContainer
-
Nested classes/interfaces inherited from interface org.eclipse.jetty.http2.FlowControlStrategy
FlowControlStrategy.Factory
-
-
Field Summary
-
Fields inherited from class org.eclipse.jetty.http2.AbstractFlowControlStrategy
LOG
-
Fields inherited from interface org.eclipse.jetty.http2.FlowControlStrategy
DEFAULT_WINDOW_SIZE
-
-
Constructor Summary
Constructors Constructor Description SimpleFlowControlStrategy()
SimpleFlowControlStrategy(int initialStreamSendWindow)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onDataConsumed(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, windowUpdate
-
-