public interface BackoffManager
| 限定符和类型 | 方法和说明 |
|---|---|
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 © 2023. All rights reserved.