|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.httpclient.DefaultHttpMethodRetryHandler
The default HttpMethodRetryHandler used by HttpMethods.
| Constructor Summary | |
DefaultHttpMethodRetryHandler()
Default constructor |
|
DefaultHttpMethodRetryHandler(int retryCount,
boolean requestSentRetryEnabled)
Default constructor |
|
| Method Summary | |
int |
getRetryCount()
|
boolean |
isRequestSentRetryEnabled()
|
boolean |
retryMethod(HttpMethod method,
java.io.IOException exception,
int executionCount)
Used retryCount and requestSentRetryEnabled to determine
if the given method should be retried. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DefaultHttpMethodRetryHandler(int retryCount,
boolean requestSentRetryEnabled)
public DefaultHttpMethodRetryHandler()
| Method Detail |
public boolean retryMethod(HttpMethod method,
java.io.IOException exception,
int executionCount)
retryCount and requestSentRetryEnabled to determine
if the given method should be retried.
retryMethod in interface HttpMethodRetryHandlermethod - the method being executedexception - the exception that occurredexecutionCount - the number of times this method has been
unsuccessfully executed
true if the method should be retried, false
otherwiseHttpMethodRetryHandler.retryMethod(HttpMethod, IOException, int)public boolean isRequestSentRetryEnabled()
true if this handler will retry methods that have
successfully sent their request, false otherwisepublic int getRetryCount()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||