org.mule.providers.http
Class MuleHttpMethodRetryHandler

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

public class MuleHttpMethodRetryHandler
extends org.apache.commons.httpclient.DefaultHttpMethodRetryHandler


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

Constructor Detail

MuleHttpMethodRetryHandler

public MuleHttpMethodRetryHandler()
Method Detail

retryMethod

public boolean retryMethod(org.apache.commons.httpclient.HttpMethod method,
                           IOException exception,
                           int executionCount)


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