Interface RateControl.Factory

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

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

    • newRateControl

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