| java.lang.Object org.apache.commons.httpclient.DefaultMethodRetryHandler
DefaultMethodRetryHandler | public DefaultMethodRetryHandler()(Code) | | |
getRetryCount | public int getRetryCount()(Code) | | the maximum number of times a method will be retried |
isRequestSentRetryEnabled | public boolean isRequestSentRetryEnabled()(Code) | | true if this handler will retry methods that have successfully sent their request, false otherwise |
setRequestSentRetryEnabled | public void setRequestSentRetryEnabled(boolean requestSentRetryEnabled)(Code) | | Parameters: requestSentRetryEnabled - a flag indicating if methods that have successfully sent their request should be retried |
setRetryCount | public void setRetryCount(int retryCount)(Code) | | Parameters: retryCount - the maximum number of times a method can be retried |
|
|