Save This Page
Home » commons-httpclient-3.1-src » org.apache.commons » httpclient » [javadoc | source]
org.apache.commons.httpclient
public interface: MethodRetryHandler [javadoc | source]

All Known Implementing Classes:
    DefaultMethodRetryHandler

Deprecated! use - HttpMethodRetryHandler

A handler for determining if an HttpMethod should be retried after a recoverable exception during execution.
Method from org.apache.commons.httpclient.MethodRetryHandler Summary:
retryMethod
Method from org.apache.commons.httpclient.MethodRetryHandler Detail:
 public boolean retryMethod(HttpMethod method,
    HttpConnection connection,
    HttpRecoverableException recoverableException,
    int executionCount,
    boolean requestSent)       Deprecated!
    Determines if a method should be retried after an HttpRecoverableException occurs during execution.