org.mule.providers.http
Class MuleHttpMethodRetryHandler

java.lang.Object
  extended byorg.apache.commons.httpclient.DefaultHttpMethodRetryHandler
      extended byorg.mule.providers.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)


Copyright © 2003-2007 MuleSource, Inc.. All Rights Reserved.