com.amazonaws.http.impl.client
Class SdkHttpRequestRetryHandler

java.lang.Object
  extended by org.apache.http.impl.client.DefaultHttpRequestRetryHandler
      extended by com.amazonaws.http.impl.client.SdkHttpRequestRetryHandler
All Implemented Interfaces:
org.apache.http.client.HttpRequestRetryHandler

@ThreadSafe
public class SdkHttpRequestRetryHandler
extends org.apache.http.impl.client.DefaultHttpRequestRetryHandler


Field Summary
static SdkHttpRequestRetryHandler Singleton
           
 
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
 

Field Detail

Singleton

public static final SdkHttpRequestRetryHandler Singleton
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
Overrides:
retryRequest in class org.apache.http.impl.client.DefaultHttpRequestRetryHandler


Copyright © 2016. All rights reserved.