Class FlowControl
java.lang.Object
com.predic8.membrane.core.transport.http2.FlowControl
-
Field Summary
FieldsModifier and TypeFieldDescriptionlonglonglongint -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ourWindowSize
public long ourWindowSize -
ourWindowPositionReceived
public long ourWindowPositionReceived -
ourWindowPositionProcessed
public long ourWindowPositionProcessed -
ourWindowSizeStep
public int ourWindowSizeStep
-
-
Constructor Details
-
FlowControl
-
-
Method Details
-
received
public void received(int length) called on the receiver thread. -
processed
called on the receiver thread or on the processing thread.- Throws:
IOException
-