| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BackoffManager
Represents a controller that dynamically adjusts the size of an available connection pool based on feedback from using the connections.
| Method Summary | |
|---|---|
|  void | backOff(HttpRoute route)Called when we have decided that the result of using a connection should be interpreted as a backoff signal. | 
|  void | probe(HttpRoute route)Called when we have determined that the result of using a connection has succeeded and that we may probe for more connections. | 
| Method Detail | 
|---|
void backOff(HttpRoute route)
void probe(HttpRoute route)
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||