Class FlowControl

java.lang.Object
com.predic8.membrane.core.transport.http2.FlowControl

public class FlowControl extends Object
  • Field Details

    • ourWindowSize

      public long ourWindowSize
    • ourWindowPositionReceived

      public long ourWindowPositionReceived
    • ourWindowPositionProcessed

      public long ourWindowPositionProcessed
    • ourWindowSizeStep

      public int ourWindowSizeStep
  • Constructor Details

  • Method Details

    • received

      public void received(int length)
      called on the receiver thread.
    • processed

      public void processed(int length) throws IOException
      called on the receiver thread or on the processing thread.
      Throws:
      IOException