Package org.eclipse.jetty.http2
Class WindowRateControl.Factory
java.lang.Object
org.eclipse.jetty.http2.WindowRateControl.Factory
- All Implemented Interfaces:
RateControl.Factory
- Enclosing class:
- WindowRateControl
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Factory
public Factory(int maxEventRate)
-
-
Method Details
-
newRateControl
- 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
-