See: Description
| Interface | Description |
|---|---|
| HttpClientContextHandler |
Extension that allows the
HttpClientContext to be externally manipulated before use. |
| Class | Description |
|---|---|
| ContextHandlingHttpClient |
A wrapper implementation of
HttpClient which invokes supplied instances of HttpClientContextHandler
before and after request execution. |
| 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. |
| TLSSocketFactory |
An implementation of HttpClient
LayeredConnectionSocketFactory that is a factory
for TLS sockets. |
| TLSSocketFactoryBuilder |
A builder for instances of
TLSSocketFactory which allows easy specification
of the full range of supported factory inputs. |
Copyright © 1999–2019 Shibboleth Consortium. All rights reserved.