Package org.eclipse.jetty.http2.parser
Interface RateControl.Factory
-
- All Known Implementing Classes:
WindowRateControl.Factory
- Enclosing interface:
- RateControl
public static interface RateControl.FactoryFactory to create RateControl instances.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default RateControlnewRateControl(EndPoint endPoint)
-
-
-
Method Detail
-
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
-
-