Package | Description |
---|---|
org.apache.http.impl.client |
Default implementations for interfaces in
org.apache.http.client . |
Modifier and Type | Class and Description |
---|---|
class |
DefaultServiceUnavailableRetryStrategy
Default implementation of the
ServiceUnavailableRetryStrategy interface. |
Constructor and Description |
---|
AutoRetryHttpClient(HttpClient client,
ServiceUnavailableRetryStrategy retryStrategy) |
AutoRetryHttpClient(ServiceUnavailableRetryStrategy config)
Constructs a
AutoRetryHttpClient with the given caching options that
stores cache entries in memory and uses a vanilla
DefaultHttpClient for backend requests. |
Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.