net.sf.urlchecker.v2.communication
Class RequestRetryHandler
java.lang.Object
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 $
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 |
RequestRetryHandler
public RequestRetryHandler()
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.