Uses of Interface
org.apache.http.client.ServiceUnavailableRetryStrategy

Packages that use ServiceUnavailableRetryStrategy
org.apache.http.impl.client Default implementations for interfaces in org.apache.http.client
 

Uses of ServiceUnavailableRetryStrategy in org.apache.http.impl.client
 

Classes in org.apache.http.impl.client that implement ServiceUnavailableRetryStrategy
 class DefaultServiceUnavailableRetryStrategy
          Default implementation of the ServiceUnavailableRetryStrategy interface.
 

Constructors in org.apache.http.impl.client with parameters of type ServiceUnavailableRetryStrategy
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-2012 The Apache Software Foundation. All Rights Reserved.