org.kuali.rice.kew.config
Class ThinClientResourceLoader.CustomHttpMethodRetryHandler

java.lang.Object
  extended by org.apache.commons.httpclient.DefaultHttpMethodRetryHandler
      extended by org.kuali.rice.kew.config.ThinClientResourceLoader.CustomHttpMethodRetryHandler
All Implemented Interfaces:
org.apache.commons.httpclient.HttpMethodRetryHandler
Enclosing class:
ThinClientResourceLoader

private static final class ThinClientResourceLoader.CustomHttpMethodRetryHandler
extends org.apache.commons.httpclient.DefaultHttpMethodRetryHandler


Constructor Summary
private ThinClientResourceLoader.CustomHttpMethodRetryHandler()
           
 
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

ThinClientResourceLoader.CustomHttpMethodRetryHandler

private ThinClientResourceLoader.CustomHttpMethodRetryHandler()
Method Detail

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 © 2004-2011 The Kuali Foundation. All Rights Reserved.