com.github.ignition.support.http
Class IgnitedHttpRequestRetryHandler
java.lang.Object
  
com.github.ignition.support.http.IgnitedHttpRequestRetryHandler
- All Implemented Interfaces: 
 - org.apache.http.client.HttpRequestRetryHandler
 
public class IgnitedHttpRequestRetryHandler
- extends Object
- implements org.apache.http.client.HttpRequestRetryHandler
  
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
IgnitedHttpRequestRetryHandler
public IgnitedHttpRequestRetryHandler(int maxRetries)
retryRequest
public boolean retryRequest(IOException exception,
                            int executionCount,
                            org.apache.http.protocol.HttpContext context)
- Specified by:
 retryRequest in interface org.apache.http.client.HttpRequestRetryHandler
 
 
getTimesRetried
public int getTimesRetried()
 
 
Copyright © 2012. All Rights Reserved.