Package | Description |
---|---|
org.apache.http.client.utils |
Helpers and utility classes for HttpClient.
|
org.apache.http.impl.client |
Default implementations for interfaces in
org.apache.http.client . |
Modifier and Type | Method and Description |
---|---|
static void |
HttpClientUtils.closeQuietly(HttpClient httpClient)
Unconditionally close a httpClient.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractHttpClient
Base class for
HttpClient implementations. |
class |
AutoRetryHttpClient
HttpClient implementation that can automatically retry the request in case of
a non-2xx response using the ServiceUnavailableRetryStrategy interface. |
class |
ContentEncodingHttpClient
Deprecated.
|
class |
DecompressingHttpClient
Decorator adding support for compressed responses.
|
class |
DefaultHttpClient
Default implementation of
HttpClient pre-configured for most common use scenarios. |
class |
SystemDefaultHttpClient
An extension of
DefaultHttpClient pre-configured using system properties. |
Constructor and Description |
---|
AutoRetryHttpClient(HttpClient client)
Constructs a
AutoRetryHttpClient with default caching settings that
stores cache entries in memory and uses the given HttpClient for
backend requests. |
AutoRetryHttpClient(HttpClient client,
ServiceUnavailableRetryStrategy retryStrategy) |
DecompressingHttpClient(HttpClient backend)
Constructs a decorator to ask for and handle compressed
entities on the fly.
|
Copyright © 1999–2013 The Apache Software Foundation. All rights reserved.