All Classes and Interfaces

Class
Description
Convert a valid HTTP response to an IJson object.
A specialized version of HttpResponseException that has access to all the fields in a structured way.
A factory for creating CloseableHttpClient that is e.g. to be used in the HttpClientManager.
Some utility methods for creating and handling Apache httpclient objects.
A small wrapper around CloseableHttpClient.
HTTP client retry handler based on DefaultHttpRequestRetryStrategy
All the easily configurable settings for an HttpClientFactory
A helper class to configure HttpClientSettings using IConfig with standardized configuration property names.
 
Special implementation of IURLDownloader to download data using Apache HttpClient via GET and the provided HttpClientSettings.
Some debugging for HTTP requests.
All the easily configurable settings for a single HTTP proxy server
Provider interface for CloseableHttpClient objects.
Read-only interface for HttpClientSettings
Read-only interface for HttpProxySettings
A special implementation of DnsResolver that tries to disable caching of DNS resolution as much as possible.
A private key strategy that select the key details from the provided alias.
A private key strategy that select the key details from the provided alias.
Convert a valid HTTP response to a byte array.
Base response handler that checks the status code and handles only status codes < 300.
Convert a valid HTTP response to an IJson object.
Convert a valid HTTP response to an IJsonArray object.
Convert a valid HTTP response to an IJsonObject object.
Convert a valid HTTP response to an IMicroDocument object.
Convert a valid HTTP response to a simple String object using the provided charset.
Convert a valid HTTP response to a DOM Document object.
Implement this SPI interface if your JAR file contains external third party modules.
A simple implementation of TrustStrategy that trust all callers.