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
  • Constructor Details

    • SimpleFlowControlStrategy

      public SimpleFlowControlStrategy()
    • SimpleFlowControlStrategy

      public SimpleFlowControlStrategy(int initialStreamSendWindow)
  • Method Details

    • onDataConsumed

      public void onDataConsumed(ISession session, IStream stream, int length)