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)
route
- the affected route.void probe(HttpRoute route)
route
- the affected route.Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.