See: Description
Class | Description |
---|---|
FileCachingHttpClientBuilder |
An
HttpClient builder that supports RFC 2616 caching. |
FileCachingHttpClientBuilder.StorageMaintenanceTask |
Scheduled task to manage an instance of
ManagedHttpCacheStorage . |
FileCachingHttpClientBuilder.StorageManagingHttpClient |
Class which wraps a caching instance of
CloseableHttpClient and its associated
ManagedHttpCacheStorage , and manages the scheduled maintenance and lifecycle of the latter. |
HttpClientBuilder |
Builder used to construct
HttpClient objects configured with particular settings. |
HttpClientSupport |
Support class for using
HttpClient and related components. |
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–2017. All rights reserved.