net.sf.urlchecker.commands
Class RetryHandler

Package class diagram package RetryHandler
java.lang.Object
  extended by net.sf.urlchecker.commands.RetryHandler
All Implemented Interfaces:
org.apache.commons.httpclient.HttpMethodRetryHandler

public class RetryHandler
extends Object
implements org.apache.commons.httpclient.HttpMethodRetryHandler

The RetryHandler Class that controls the old client's retry method. This class is control from the configuration for the maximum number of retries and the Exception handling.

$Id: RetryHandler.java 181 2010-12-12 23:39:00Z georgosn $

Version:
$LastChangedRevision: 181 $
Author:
$LastChangedBy: georgosn $

Constructor Summary
RetryHandler()
           
 
Method Summary
 boolean retryMethod(org.apache.commons.httpclient.HttpMethod method, IOException exception, int executionCount)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RetryHandler

public RetryHandler()
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


Copyright © 2010 Nikolaos Georgosopoulos. All Rights Reserved.