| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConnectionBackoffStrategy | |
|---|---|
| org.apache.http.impl.client | Default HTTP client implementation. | 
| org.apache.http.impl.execchain | HTTP request execution chain APIs. | 
| Uses of ConnectionBackoffStrategy in org.apache.http.impl.client | 
|---|
| Classes in org.apache.http.impl.client that implement ConnectionBackoffStrategy | |
|---|---|
|  class | DefaultBackoffStrategyThis ConnectionBackoffStrategybacks off either for a raw
 network socket or connection timeout or if the server explicitly
 sends a 503 (Service Unavailable) response. | 
|  class | NullBackoffStrategyThis is a ConnectionBackoffStrategythat never backs off,
 for compatibility with existing behavior. | 
| Methods in org.apache.http.impl.client that return ConnectionBackoffStrategy | |
|---|---|
|  ConnectionBackoffStrategy | AbstractHttpClient.getConnectionBackoffStrategy()Deprecated. | 
| Methods in org.apache.http.impl.client with parameters of type ConnectionBackoffStrategy | |
|---|---|
|  void | AbstractHttpClient.setConnectionBackoffStrategy(ConnectionBackoffStrategy strategy)Deprecated. | 
|  HttpClientBuilder | HttpClientBuilder.setConnectionBackoffStrategy(ConnectionBackoffStrategy connectionBackoffStrategy)Assigns ConnectionBackoffStrategyinstance. | 
| Uses of ConnectionBackoffStrategy in org.apache.http.impl.execchain | 
|---|
| Constructors in org.apache.http.impl.execchain with parameters of type ConnectionBackoffStrategy | |
|---|---|
| BackoffStrategyExec(ClientExecChain requestExecutor,
                    ConnectionBackoffStrategy connectionBackoffStrategy,
                    BackoffManager backoffManager) | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||