org.mule.transport.http
Class MuleHttpMethodRetryHandler

java.lang.Object
  extended by org.apache.commons.httpclient.DefaultHttpMethodRetryHandler
      extended by org.mule.transport.http.MuleHttpMethodRetryHandler
All Implemented Interfaces:
HttpMethodRetryHandler

public class MuleHttpMethodRetryHandler
extends DefaultHttpMethodRetryHandler


Constructor Summary
MuleHttpMethodRetryHandler()
           
 
Method Summary
 boolean retryMethod(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
 

Constructor Detail

MuleHttpMethodRetryHandler

public MuleHttpMethodRetryHandler()
Method Detail

retryMethod

public boolean retryMethod(HttpMethod method,
                           IOException exception,
                           int executionCount)
Specified by:
retryMethod in interface HttpMethodRetryHandler
Overrides:
retryMethod in class DefaultHttpMethodRetryHandler


Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.