|
|||||||||
| 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(org.apache.http.conn.routing.HttpRoute route)
Called when we have decided that the result of using a connection should be interpreted as a backoff signal. |
void |
probe(org.apache.http.conn.routing.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(org.apache.http.conn.routing.HttpRoute route)
void probe(org.apache.http.conn.routing.HttpRoute route)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||