Java org.apache.http.impl.client AutoRetryHttpClient fields, constructors, methods, implement or subclass

Example usage for Java org.apache.http.impl.client AutoRetryHttpClient fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.http.impl.client AutoRetryHttpClient.

The text is from its open source code.

Constructor

AutoRetryHttpClient(final ServiceUnavailableRetryStrategy config)
Constructs a AutoRetryHttpClient with the given caching options that stores cache entries in memory and uses a vanilla DefaultHttpClient for backend requests.
AutoRetryHttpClient(final HttpClient client)
Constructs a AutoRetryHttpClient with default caching settings that stores cache entries in memory and uses the given HttpClient for backend requests.
AutoRetryHttpClient(final HttpClient client, final ServiceUnavailableRetryStrategy retryStrategy)

Method