org.mule.transport.http
Class MuleHttpMethodRetryHandler
java.lang.Object
org.apache.commons.httpclient.DefaultHttpMethodRetryHandler
org.mule.transport.http.MuleHttpMethodRetryHandler
- All Implemented Interfaces:
- org.apache.commons.httpclient.HttpMethodRetryHandler
public class MuleHttpMethodRetryHandler
- extends org.apache.commons.httpclient.DefaultHttpMethodRetryHandler
|
Method Summary |
boolean |
retryMethod(org.apache.commons.httpclient.HttpMethod method,
IOException exception,
int executionCount)
|
| Methods inherited from class org.apache.commons.httpclient.DefaultHttpMethodRetryHandler |
getRetryCount, isRequestSentRetryEnabled |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MuleHttpMethodRetryHandler
public MuleHttpMethodRetryHandler()
retryMethod
public boolean retryMethod(org.apache.commons.httpclient.HttpMethod method,
IOException exception,
int executionCount)
- Specified by:
retryMethod in interface org.apache.commons.httpclient.HttpMethodRetryHandler- Overrides:
retryMethod in class org.apache.commons.httpclient.DefaultHttpMethodRetryHandler
Copyright © 2003-2011 MuleSoft, Inc.. All Rights Reserved.