com.amazonaws.http.impl.client
Class HttpRequestNoRetryHandler
java.lang.Object
org.apache.http.impl.client.DefaultHttpRequestRetryHandler
com.amazonaws.http.impl.client.HttpRequestNoRetryHandler
- All Implemented Interfaces:
- org.apache.http.client.HttpRequestRetryHandler
@ThreadSafe
public class HttpRequestNoRetryHandler
- extends org.apache.http.impl.client.DefaultHttpRequestRetryHandler
Method Summary |
boolean |
retryRequest(IOException exception,
int executionCount,
org.apache.http.protocol.HttpContext context)
|
Methods inherited from class org.apache.http.impl.client.DefaultHttpRequestRetryHandler |
getRetryCount, handleAsIdempotent, isRequestSentRetryEnabled, requestIsAborted |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Singleton
public static final HttpRequestNoRetryHandler Singleton
retryRequest
public boolean retryRequest(IOException exception,
int executionCount,
org.apache.http.protocol.HttpContext context)
- Specified by:
retryRequest
in interface org.apache.http.client.HttpRequestRetryHandler
- Overrides:
retryRequest
in class org.apache.http.impl.client.DefaultHttpRequestRetryHandler
Copyright © 2016. All rights reserved.