public interface BackoffManager
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
void backOff(HttpRoute route)
void probe(HttpRoute route)
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.