Package org.eclipse.jetty.http2.parser
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 java.lang.Object implements RateControl.Factory
-
-
Constructor Summary
Constructors Constructor Description Factory(int maxEventRate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RateControl
newRateControl(EndPoint endPoint)
-
-
-
Method Detail
-
newRateControl
public RateControl newRateControl(EndPoint endPoint)
- Specified by:
newRateControl
in interfaceRateControl.Factory
- Parameters:
endPoint
- the EndPoint for which the RateControl is created- Returns:
- a new RateControl instance for the given EndPoint
-
-