Class WindowRateControl.Factory

java.lang.Object
org.eclipse.jetty.http2.parser.WindowRateControl.Factory
All Implemented Interfaces:
RateControl.Factory
Enclosing class:
WindowRateControl

public static class WindowRateControl.Factory extends Object implements RateControl.Factory
  • Constructor Details

    • Factory

      public Factory(int maxEventRate)
  • Method Details

    • newRateControl

      public RateControl newRateControl(EndPoint endPoint)
      Specified by:
      newRateControl in interface RateControl.Factory
      Parameters:
      endPoint - the EndPoint for which the RateControl is created
      Returns:
      a new RateControl instance for the given EndPoint