Package | Description |
---|---|
org.apache.http.impl.client |
Default implementations for interfaces in
org.apache.http.client . |
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
The request retry handler.
|
Modifier and Type | Method and Description |
---|---|
protected HttpRequestRetryHandler |
AbstractHttpClient.createHttpRequestRetryHandler() |
HttpRequestRetryHandler |
AbstractHttpClient.getHttpRequestRetryHandler() |
Copyright © 1999–2013 The Apache Software Foundation. All rights reserved.