Interface RateControl.Factory
- All Known Implementing Classes:
 WindowRateControl.Factory
- Enclosing interface:
 RateControl
public static interface RateControl.Factory
Factory to create RateControl instances.
- 
Method Summary
 
- 
Method Details
- 
newRateControl
- Parameters:
 endPoint- the EndPoint for which the RateControl is created- Returns:
 - a new RateControl instance for the given EndPoint
 
 
 -