Interface RateControl.Factory

All Known Implementing Classes:
WindowRateControl.Factory
Enclosing interface:
RateControl

public static interface RateControl.Factory
Factory to create RateControl instances.
  • Method Summary

    Modifier and Type
    Method
    Description
    default RateControl
    newRateControl(org.eclipse.jetty.io.EndPoint endPoint)
     
  • Method Details

    • newRateControl

      default RateControl newRateControl(org.eclipse.jetty.io.EndPoint endPoint)
      Parameters:
      endPoint - the EndPoint for which the RateControl is created
      Returns:
      a new RateControl instance for the given EndPoint