Class WindowRateControl.Factory
java.lang.Object
org.eclipse.jetty.http2.WindowRateControl.Factory
- All Implemented Interfaces:
- RateControl.Factory
- Enclosing class:
- WindowRateControl
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
Factorypublic Factory(int maxEventRate) 
 
- 
- 
Method Details- 
newRateControl- Specified by:
- newRateControlin interface- RateControl.Factory
- Parameters:
- endPoint- the EndPoint for which the RateControl is created
- Returns:
- a new RateControl instance for the given EndPoint
 
 
-