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