net.sf.urlchecker.v2.communication
Class RequestRetryHandler

Package class diagram package RequestRetryHandler
java.lang.Object
  extended by net.sf.urlchecker.v2.communication.RequestRetryHandler
All Implemented Interfaces:
org.apache.http.client.HttpRequestRetryHandler

public class RequestRetryHandler
extends Object
implements org.apache.http.client.HttpRequestRetryHandler

The Class RequestRetryHandler for the new version of the HttpClient. This Handler is much like the default. It is here for future enhancements.

$Id: RequestRetryHandler.java 183 2010-12-17 19:10:21Z georgosn $

Version:
$LastChangedRevision: 183 $
Author:
$LastChangedBy: georgosn $

Constructor Summary
RequestRetryHandler()
           
 
Method Summary
 boolean retryRequest(IOException exception, int executionCount, org.apache.http.protocol.HttpContext context)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestRetryHandler

public RequestRetryHandler()
Method Detail

retryRequest

public boolean retryRequest(IOException exception,
                            int executionCount,
                            org.apache.http.protocol.HttpContext context)

Specified by:
retryRequest in interface org.apache.http.client.HttpRequestRetryHandler


Copyright © 2010 Nikolaos Georgosopoulos. All Rights Reserved.