|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.http.impl.client.DefaultHttpRequestRetryHandlerHC4
org.apache.http.impl.client.StandardHttpRequestRetryHandler
@Immutable public class StandardHttpRequestRetryHandler
HttpRequestRetryHandler which assumes
that all requested HTTP methods which should be idempotent according
to RFC-2616 are in fact idempotent and can be retried.
| Field Summary |
|---|
| Fields inherited from class org.apache.http.impl.client.DefaultHttpRequestRetryHandlerHC4 |
|---|
INSTANCE |
| Constructor Summary | |
|---|---|
StandardHttpRequestRetryHandler()
Default constructor |
|
StandardHttpRequestRetryHandler(int retryCount,
boolean requestSentRetryEnabled)
Default constructor |
|
| Method Summary | |
|---|---|
protected boolean |
handleAsIdempotent(org.apache.http.HttpRequest request)
|
| Methods inherited from class org.apache.http.impl.client.DefaultHttpRequestRetryHandlerHC4 |
|---|
getRetryCount, isRequestSentRetryEnabled, requestIsAborted, retryRequest |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StandardHttpRequestRetryHandler(int retryCount,
boolean requestSentRetryEnabled)
public StandardHttpRequestRetryHandler()
| Method Detail |
|---|
protected boolean handleAsIdempotent(org.apache.http.HttpRequest request)
handleAsIdempotent in class DefaultHttpRequestRetryHandlerHC4
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||