See: Description
| Interface | Description |
|---|---|
| HttpResource.HttpGetCustomizationStrategy |
Strategy that can be used to customize an
HttpGet object before it is used. |
| HttpResource.HttpResponseCustomizationStrategy |
Strategy used to perform any
HttpResponse processing prior to returning the InputStream for its
content. |
| Class | Description |
|---|---|
| FileCachingHttpClientBuilder |
An
HttpClient builder that supports RFC 2616 caching. |
| HttpClientBuilder |
Builder used to construct
HttpClient objects configured with particular settings. |
| HttpClientSupport |
Support class for using
HttpClient and related components. |
| HttpResource |
A resource that fetches data from a remote source via HTTP.
|
| IdleConnectionSweeper |
A utility that periodically closes idle connections held by an
HttpClientConnectionManager. |
| InMemoryCachingHttpClientBuilder |
An
HttpClient builder that supports RFC 2616 caching. |
| RequestConnectionClose |
Adds a
Connection: close to all HTTP/1.1 requests. |
Copyright © 1999-2013. All Rights Reserved.