| Package | Description |
|---|---|
| org.apache.http.impl.client |
Default implementations for interfaces in
org.apache.http.client. |
| org.apache.http.impl.execchain |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultHttpRequestRetryHandler
The default
HttpRequestRetryHandler used by request executors. |
class |
StandardHttpRequestRetryHandler
A
HttpRequestRetryHandler which assumes that all requested
HTTP methods which should be idempotent according to RFC-2616 are
in fact idempotent and can be retried. |
| Modifier and Type | Field and Description |
|---|---|
protected HttpRequestRetryHandler |
DefaultRequestDirector.retryHandler
Deprecated.
The request retry handler.
|
| Modifier and Type | Method and Description |
|---|---|
protected HttpRequestRetryHandler |
AbstractHttpClient.createHttpRequestRetryHandler()
Deprecated.
|
HttpRequestRetryHandler |
AbstractHttpClient.getHttpRequestRetryHandler()
Deprecated.
|
| Constructor and Description |
|---|
RetryExec(ClientExecChain requestExecutor,
HttpRequestRetryHandler retryHandler) |
Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.