All Classes and Interfaces

Class
Description
AbstractBackoff is an abstract class that provides a common implementation for managing backoff behavior in HttpClient connection pool.
Abstract cache backend for serialized binary objects capable of CAS (compare-and-swap) updates.
Abstract cache backend for serialized binary objects capable of CAS (compare-and-swap) updates.
Abstract push response consumer that processes response body data as an octet stream.
Abstract response consumer that processes response body data as an octet stream.
Abstract push response consumer that processes response body data as a character stream.
Abstract response consumer that processes response body data as a character stream.
Abstract HttpClientContext builder.
 
 
 
Abstract cookie specification which can delegate the job of parsing, validation or matching cookie attributes to a number of arbitrary CookieAttributeHandlers.
 
 
A generic HttpClientResponseHandler that works with the response entity for successful (2xx) responses.
 
HttpMultipart represents a collection of MIME multipart encoded content bodies.
Abstract cache backend for serialized objects capable of CAS (compare-and-swap) updates.
Abstract cache backend for serialized objects capable of CAS (compare-and-swap) updates.
The AIMDBackoffManager applies an additive increase, multiplicative decrease (AIMD) to managing a dynamic limit to the number of connections allowed to a given host.
Asynchronous executor for Requests.
 
Request executor in the request execution chain that is responsible for transparent client-side caching.
 
Represents a manager of persistent non-blocking client connections.
Connection operator that performs connection connect and upgrade operations.
Request execution handler in the asynchronous request execution chain that is responsible for establishing connection to the target origin server as specified by the current connection route.
 
Client connection endpoint that can be used to execute message exchanges.
AsyncExecCallback methods represent response processing events in the client side request execution chain.
Represents a single element in the client side asynchronous request execution chain.
Request execution scheduler
Request execution scope that includes the unique message exchange ID, the connection route, the original request message, the execution context and the internal execution runtime.
 
Abstract request execution handler in an asynchronous client side request execution chain.
Execution runtime that provides access to the underlying connection endpoint and helps manager its life cycle.
Request executor in the asynchronous request execution chain that is responsible for making a decision whether a request that failed due to an I/O exception or received a specific response from the target server should be re-executed.
 
Request execution handler in the asynchronous request execution chain that is responsible for implementation of HTTP specification requirements.
 
Request execution handler in the asynchronous request execution chain responsible for handling of request redirects.
 
This interface represents an cache of AuthScheme state information that can be re-used for preemptive authentication by subsequent requests.
Utility class that implements commons aspects of the client side authentication cache keeping.
This class represents an authentication challenge consisting of a auth scheme and either a single parameter or a list of name / value pairs.
Authentication challenge parser.
 
Signals a failure in authentication process
Internal utility class that implements commons aspects of the client side HTTP authentication.
Strategy to select auth schemes in order of preference based on auth challenges presented by the opposite endpoint (target server or a proxy).
This class represents the actual state of authentication handshake including the current AuthScheme used for request authorization as well as a collection of backup authentication options if available.
 
This interface represents an abstract challenge-response oriented authentication scheme.
Factory for AuthScheme implementations.
 
AuthScope represents an authentication scope consisting of an application protocol, a host name, a port number, a realm name and an authentication scheme name.
Indicates that the state of an AuthScheme can be cached and re-used for preemptive authentication by subsequent requests.
Represents a controller that dynamically adjusts the size of an available connection pool based on feedback from using the connections.
Request execution handler in the classic request execution chain that is responsible for execution of an ConnectionBackoffStrategy.
Provide implementations of the Base64 conversion methods from Commons Codec, delegating to the Java Base64 implementation.
Default implementation of AuthCache.
 
 
Default implementation of SetCookie.
Default implementation of CookieStore
Default implementation of CredentialsStore.
Cookie domain attribute handler.
Cookie expires attribute handler.
 
 
Basic HttpCacheStorage implementation backed by an instance of LinkedHashMap.
A connection manager for a single connection.
A HttpClientResponseHandler that returns the response body as a String for successful (2xx) responses.
Cookie HttpOnly attribute handler.
Deprecated.
Use BasicRequestBuilder.
Cookie max-age attribute handler.
Cookie path attribute handler.
Basic HttpRouteDirector implementation.
Basic authentication scheme.
 
AuthSchemeFactory implementation that creates and initializes BasicScheme instances.
Cookie secure attribute handler.
Basic username based principal representation.
Bearer authentication scheme.
 
AuthSchemeFactory implementation that creates and initializes BearerScheme instances.
Opaque token Credentials usually representing a set of claims, often encrypted or signed.
 
Brotli Codecs factory.
Binary body part backed by a byte array.
Builder class for sequences of bytes.
Deprecated.
This class is deprecated and will be removed in a future release.
 
Determines if an HttpRequest is allowed to be served from the cache.
Configuration for HTTP caches
 
 
Represents the values of the Cache-Control header in an HTTP message, which indicate whether and for how long the response can be cached by the client and intermediary proxies.
 
A parser for the HTTP Cache-Control header that can be used to extract information about caching directives.
Rebuilds an HttpResponse from a HttpCacheEntry
Determines whether a given HttpCacheEntry is suitable to be used as a response for a given HttpRequest.
 
 
Represents a full match or a partial match (variant options) result of a cache lookup operation.
This enumeration represents the various ways a response can be generated by an HTTP cache.
Abstract cache re-validation class.
 
 
HTTP cache support utilities.
 
Request executor in the request execution chain that is responsible for transparent client-side caching.
 
Builder for HTTP/2 CloseableHttpAsyncClient instances capable of client-side caching.
Builder for CloseableHttpAsyncClient instances capable of client-side caching.
Factory methods for CloseableHttpAsyncClient instances capable of client-side caching.
Builder for CloseableHttpClient instances capable of client-side caching.
Factory methods for CloseableHttpClient instances capable of client-side caching.
Supported elements of request execution pipeline.
Challenge type (TARGET or PROXY)
Signals a circular redirect
Deprecated.
Use ClassicRequestBuilder
Deprecated.
Use ClassicRequestBuilder
CloseableHttpClient implementation backed by CloseableHttpAsyncClient acting as a compatibility bridge with the classic APIs based on the standard InputStream / OutputStream model.
Signals an error in the HTTP protocol.
Builder for client TLS strategy instances.
 
 
Base implementation of HttpAsyncClient that also implements ModalCloseable.
Base implementation of HttpClient that also implements ModalCloseable.
Provided for backward compatibility with HttpClient 4.x.
 
Extension of CookieAttributeHandler intended to handle one specific common attribute whose name is returned with CommonCookieAttributeHandler.getAttributeName() method.
Codecs factory for Apache Commons Compress.
Lightweight guard that checks whether the Commons Compress factory class is loadable with the current class loader.
Streaming wrapper that compresses the enclosed HttpEntity on write.
Concurrent map of integer counts.
 
Configuration interface for HTTP requests.
HTTP request message with a custom configuration.
Connect exception support methods.
Request execution handler in the classic request execution chain that is responsible for establishing connection to the target origin server as specified by the current connection route.
When managing a dynamic number of connections for a given route, this strategy assesses whether a given request execution outcome should result in a backoff signal or not, based on either examining the Throwable that resulted or by examining the resulting response (e.g.
Immutable class encapsulating connection initialization and management settings.
Builder for ConnectionConfig.
Client endpoint leased from a connection manager.
 
Internal interface to expose the underlying connection
Interface for deciding how long a connection can remain idle before being reused.
Signals that the connection has been shut down or released back to the the connection pool
Deprecated.
Do not use.
A timeout while connecting to an HTTP server or waiting for an available connection from a connection manager.
Connection pooling support methods.
This class represents arbitrary content of a specific type that can be consumed multiple times and requires no explicit deallocation used by the fluent facade.
 
Registry of encode/decode transformations for HTTP content codings.
 
Enumeration of the canonical IANA content-coding tokens supported by HttpClient for HTTP request and response bodies.
 
 
Request execution handler in the classic request execution chain that is responsible for automatic response content decompression.
Represents common content properties.
HttpClientResponseHandler implementation that converts HttpResponse messages to Content instances.
Cookie interface represents a token or short packet of state information (also referred to as "magic-cookie") that the HTTP agent and the target server can exchange to maintain a session.
This interface represents a cookie attribute handler responsible for parsing, validating, and matching a specific cookie attribute, such as path, domain, port, etc.
This cookie comparator can be used to compare identity of cookies.
CookieOrigin class encapsulates details of an origin server that are relevant when parsing, validating or matching HTTP cookies.
This cookie comparator ensures that multiple cookies satisfying a common criteria are ordered in the Cookie header such that those with more specific Path attributes precede those with less specific.
This cookie comparator ensures that cookies with longer paths take precedence over cookies with shorter path.
Signals that a cookie violates a restriction imposed by the cookie specification.
Defines the cookie management specification.
Cookie management functions shared by all specification.
Factory for CookieSpec implementations.
Cookie support methods.
This interface represents an abstract store for Cookie objects.
This interface represents a set of credentials consisting of a security principal and a secret (password) that can be used to establish user identity
 
Provider of authentication credentials.
 
Abstract store of authentication credentials.
A utility class for parsing and formatting HTTP dates as used in cookies and other headers.
 
 
Class used for asynchronous revalidations to be used when the stale-while-revalidate directive is present
 
 
 
Default implementation of AuthenticationStrategy
This ConnectionBackoffStrategy backs off either for a raw network socket or connection timeout or if the server explicitly sends a 429 (Too Many Requests) or a 503 (Service Unavailable) response.
Class used for asynchronous revalidations to be used when the stale-while-revalidate directive is present
 
Extension of core DefaultConnectionReuseStrategy that treats CONNECT method exchanges involved in proxy tunnelling as a special case.
TLS upgrade strategy for non-blocking client connections.
Default implementation of a strategy deciding duration that a connection can remain idle.
Default HostnameVerifier implementation.
 
Default implementation of HttpClientConnectionOperator used as default in Http client, when no instance provided by user to BasicHttpClientConnectionManager or PoolingHttpClientConnectionManager constructor.
Default implementation of the HttpRequestRetryStrategy interface.
Default factory for response message parsers.
 
 
Implementation of an HttpRoutePlanner that routes requests through a default proxy.
Default implementation of RedirectStrategy.
Default implementation of an HttpRoutePlanner.
Default implementation of UserTokenHandler.
Entity wrapper that compresses the wrapped entity with Content-Encoding: deflate on write-out.
Deflates an input stream.
 
AsyncEntityProducer that streams the output of another producer through the raw DEFLATE compression algorithm.
AsyncEntityProducer that Brotli-compresses bytes from an upstream producer on the fly and writes the compressed stream to the target DataStreamChannel.
 
Streams an AsyncEntityProducer through raw DEFLATE and wraps the result in a valid GZIP container.
AsyncEntityProducer that compresses the bytes produced by a delegate entity into a single Zstandard (zstd) frame on the fly.
 
Digest authentication scheme.
Enum representing supported digest algorithms for HTTP Digest Authentication, including session-based variants.
Represent the possible values of quality of protection.
AuthSchemeFactory implementation that creates and initializes DigestScheme instances.
 
 
A DistributedProxySelector is a custom ProxySelector implementation that delegates proxy selection to a list of underlying ProxySelectors in a distributed manner.
Users may implement this interface to override the normal DNS lookup offered by the OS.
A collection of utilities relating to Domain Name System.
Domain types differentiated by Mozilla Public Suffix List.
Execution chain handler that delivers 103 Early Hints informational responses to a user-provided EarlyHintsListener without affecting processing of the final (non-1xx) response.
Callback interface for receiving 103 Early Hints informational responses emitted by the server before the final response.
 
Builder for HttpEntity instances.
Represents ETag value.
Represents a single element in the client side classic request execution chain.
 
 
Abstract request execution handler in a classic client side request execution chain.
Execution runtime that provides access to the underlying connection endpoint and helps manager its life cycle.
Request execution support methods.
Executor for Requests.
A backoff manager implementation that uses an exponential backoff algorithm to adjust the maximum number of connections per HTTP route.
An implementation that backs off exponentially based on the number of consecutive failed attempts.
Binary body part backed by a file.
Cache resource backed by a file.
Generates Resource instances whose body is stored in a temporary file.
 
HTTP form used by the fluent facade.
FormBodyPart class represents a content body that can be used as a part of multipart encoded entities.
Builder for individual FormBodyParts.
Collection of different counters used to gather metrics for FutureRequestExecutionService.
A counter that can measure duration and number of events.
This class schedules message execution execution and processing as FutureTasks with the provided ExecutorService.
Deprecated.
Do not use.
 
Wrapping entity that compresses content when writing.
Deprecated.
– the public extension point has moved to DecompressingEntity.
Builder for HTTP/2 only CloseableHttpAsyncClient instances.
 
 
 
 
 
 
 
 
Usually the last HTTP/2 request execution handler in the asynchronous request execution chain that is responsible for execution of request / response exchanges with the opposite endpoint.
Adds the Priority request header to HTTP/2+ requests when a per-request priority is configured.
Experimental connections pool implementation that acts as a caching facade in front of a standard ManagedConnPool and shares already leased connections to multiplex message exchanges over active HTTP/2 connections.
 
The header of a MIME entity.
Records static constants for caching directives.
Cache resource backed by a byte array on the heap.
Generates Resource instances stored entirely in heap.
 
Hostname verification policy.
 
Deprecated.
Do not use.
HttpAsyncCacheStorage represents an abstract HTTP cache storage backend that can then be plugged into the asynchronous (non-blocking ) request execution pipeline.
HttpAsyncCacheStorage implementation that emulates asynchronous behavior using an instance of classic HttpCacheStorage.
This interface represents only the most basic contract for HTTP request execution.
Builder for CloseableHttpAsyncClient instances that can negotiate the most optimal HTTP protocol version during the TLS handshake with ALPN extension if supported by the Java runtime.
 
 
 
 
 
 
 
Factory methods for CloseableHttpAsyncClient instances.
Usually the last HTTP/1.1 request execution handler in the asynchronous request execution chain that is responsible for execution of request/response exchanges with the opposite endpoint.
Deprecated.
Do not use.
This class implements the HttpCacheEntrySerializer interface, which defines the contract for HTTP cache entry serialization and deserialization.
 
Atomic Compare-And-Swap (CAS) cache operation.
Cache execution HttpContext.
Internal adaptor class that delegates all its method calls to HttpClientContext.
Structure used to store an HttpResponse in a cache.
Serializer / deserializer for HttpCacheStorageEntry entries.
Deprecated.
Do not use.
HttpCacheStorage represents an abstract HTTP cache storage backend that can then be plugged into the classic (blocking) request execution pipeline.
This class contains a HttpCacheEntry along with its key.
Deprecated.
Do not use.
Signals that HttpCacheStorage encountered an error performing an update operation.
This interface represents only the most basic contract for HTTP request execution.
Builder for CloseableHttpClient instances.
 
 
 
 
 
 
Represents a manager of persistent client connections.
Connection operator that performs connection connect and upgrade operations.
Client execution HttpContext.
Internal adaptor class that delegates all its method calls to a plain HttpContext.
Extended HostnameVerifier interface.
Factory methods for CloseableHttpClient instances.
HTTP DELETE method.
 
HTTP GET method.
HTTP HEAD method.
 
A ConnectException that specifies the NamedEndpoint that was being connected to.
MIME compliance mode.
HTTP OPTIONS method.
HTTP PATCH method.
HTTP POST method.
HTTP PUT method.
 
Request executor in the request execution chain that is responsible for making a decision whether a request that failed due to an I/O exception or received a specific response from the target server should be re-executed.
Strategy interface that allows API users to plug in their own logic to control whether or not a retry should automatically be done, how many times it should be done and so on.
 
Signals a non 2xx HTTP response.
 
 
Connection route definition for HTTP requests.
Provides directions on establishing a route.
Encapsulates logic to compute a HttpRoute to a target host.
HTTPS configuration support methods.
 
HTTP TRACE method.
Extended version of the ClassicHttpRequest interface that provides convenience methods to access request properties such as request URI and method type.
Base class for HTTP method subclasses.
This class maintains a background thread to enforce an eviction policy for expired / idle persistent connections kept alive in the connection pool.
 
CookieSpecFactory implementation that ignores all cookies.
CookieSpec that ignores all cookies
Immediately schedules any operation.
Streaming, non-blocking AsyncDataConsumer that transparently inflates a response whose Content-Encoding is deflate.
AsyncDataConsumer that inflates a Brotli-compressed byte stream and forwards decompressed bytes to a downstream consumer.
Streaming AsyncDataConsumer that inflates Content-Encoding: gzip.
AsyncDataConsumer that inflates Zstandard (zstd) content codings.
In-memory DnsResolver implementation.
Binary body part backed by an input stream.
Factory for decorated InputStreams.
 
 
 
Internal implementation of HTTP/2 only CloseableHttpAsyncClient.
 
 
 
 
Internal implementation of CloseableHttpAsyncClient that can negotiate the most optimal HTTP protocol version during during the TLS handshake with ALPN extension if supported by the Java runtime.
 
 
Internal implementation of CloseableHttpClient.
Authentication credentials required to respond to a authentication challenge are invalid
 
 
Deprecated.
Do not use.
 
 
Deprecated.
Do not use.
Deprecated.
Do not use.
Deprecated.
Do not use.
Cookie expires attribute handler conformant to the more relaxed interpretation of HTTP state management.
Cookie max-age attribute handler conformant to the more relaxed interpretation of HTTP state management.
A lax implementation of the RedirectStrategy that automatically handles HTTP redirects for HEAD, GET, POST, and DELETE requests based on the response status code.
Deprecated.
Deprecated.
Superseded by DecompressingEntity.
Represents a request for a ConnectionEndpoint whose life cycle is managed by a connection manager.
HttpBrowserCompatibleMultipart represents a collection of MIME multipart encoded content bodies.
Lenient HTTP response parser implementation that can skip malformed data until a valid HTTP response message head is encountered.
An implementation of BackoffManager that uses a linear backoff strategy to adjust the maximum number of connections per route in an PoolingHttpClientConnectionManager.
 
 
 
Delegates InputStream calls and logs to a Wire.
 
 
 
 
Usually the last request execution handler in the classic request execution chain that is responsible for execution of request / response exchanges with the opposite endpoint.
Signals that authentication challenge is in some way invalid or illegal in the given context
Signals that a cookie is in some way invalid or illegal in a given context
Represents a managed asynchronous connection whose state and life cycle is managed by a connection manager.
HttpCacheStorage implementation capable of deallocating resources associated with the cache entries.
Represents a managed connection whose state and life cycle is managed by a connection manager.
Factory for ManagedHttpClientConnection instances.
Deprecated.
Use message builders.
 
Minimal MIME field.
Minimal implementation of HTTP/2 only CloseableHttpAsyncClient.
Minimal implementation of CloseableHttpAsyncClient.
Minimal implementation of CloseableHttpClient.
Multi-home DNS aware implementation of ConnectionInitiator.
 
Builder for multipart HttpEntitys.
 
MultipartPart class represents a content body that can be used as a part of multipart encoded entities.
Builder for individual MultipartParts.
NextNonceInterceptor is an HTTP response interceptor that extracts the nextnonce parameter from the Authentication-Info header of an HTTP response.
HttpCacheEntrySerializer that uses HttpCacheStorageEntry as its cache content representation.
The NO_OP HostnameVerifier essentially turns hostname verification off.
Noop implementation of UserTokenHandler that always returns null.
Deprecated.
Do not use.
Deprecated.
Do not use.
Deprecated.
Do not use.
Deprecated.
Do not use.
 
 
Cryptography support - HMACMD5 - algorithmically based on various web resources by Karl Wright
Cryptography support - MD4.
 
NTLM message generation, base class
Type 1 message assembly class
Type 2 message class
Type 3 message assembly class
Deprecated.
Do not use.
 
Deprecated.
Do not use.
Microsoft Windows specific user principal implementation.
This is a ConnectionBackoffStrategy that never backs off, for compatibility with existing behavior.
 
Common cancellable operations.
Deprecated.
Use CompletedFuture.
Binary body part backed by an NIO Path.
Deprecated.
PoolingAsyncClientConnectionManager maintains a pool of non-blocking HttpConnections and is able to service connection requests from multiple execution threads.
 
PoolingHttpClientConnectionManager maintains a pool of ManagedHttpClientConnections and is able to service connection requests from multiple execution threads.
 
Builder for PoolingHttpClientConnectionManager instances.
A thread safe incrementing identifier.
Request execution handler in the classic request execution chain that is responsible for implementation of HTTP specification requirements.
Protocol switch handler.
 
ProxyClient can be used to establish a tunnel via an HTTP/1.1 proxy.
Wraps a CookieAttributeHandler and leverages its match method to never match a suffix from a black list.
Public suffix is a set of DNS names or wildcards concatenated with dots.
Parses the list from publicsuffix.org and configures a PublicSuffixFilter.
Utility class that can test if DNS names match the content of the Public Suffix List.
 
Signals violation of HTTP specification caused by an invalid redirect
Request execution handler in the classic request execution chain responsible for handling of request redirects.
This class represents a collection of URIs used as redirect locations.
A strategy for determining if an HTTP request should be redirected to a new location in response to an HTTP response received from the target server.
HTTP request used by the fluent facade.
Signals that the request has been aborted.
Request interceptor that matches cookies available in the current CookieStore to the request being executed and generates corresponding Cookie request headers.
Deprecated.
Do not use.
Represents the value of the Cache-Control header in an HTTP request containing cache control directives.
 
This protocol interceptor is responsible for adding the Connection header to the outgoing requests, which is essential for managing persistence of HTTP/1.0 connections.
Immutable class encapsulating request configuration items.
 
Deprecated.
Use BasicRequestBuilder
Request interceptor that adds default request headers.
 
RequestExpectContinue is responsible for enabling the 'expect-continue' handshake by adding Expect header.
Signals that the request has been aborted or failed due to an expected condition.
The RequestIfRange interceptor ensures that the request adheres to the RFC guidelines for the 'If-Range' header.
Protocol support methods.
 
RequestTraceInterceptor
This response interceptor adds VIA header to all outgoing request messages dispatched through the caching layer.
Represents a disposable system resource used for handling cached response bodies.
Generates Resource instances for handling cached HTTP response bodies.
Signals a generic resource I/O error.
 
HTTP response used by the fluent facade.
This response interceptor removes common Content- headers from the 304 response messages based on the provision of the HTTP specification that 304 status code represents a confirmation that the requested resource content has not changed since its retrieval or the last update and adds Date header if it is not present in the response message..
Represents the value of the Cache-Control header in an HTTP response, which indicate whether and for how long the response can be cached by the client and intermediary proxies.
 
 
 
 
Response interceptor that populates the current CookieStore with data contained in response cookies received in the given the HTTP response.
This response interceptor adds VIA header to all incoming response messages dispatched through the caching layer.
Cookie management functions shared by RFC 6265 compliant specification.
 
CookieSpecFactory implementation that provides an instance of RFC 6265 conformant cookie policy.
 
Standard CookieSpec implementation that enforces a more relaxed interpretation of the HTTP state management specification (RFC 6265, section 5) for interoperability with existing servers that do not conform to the well behaved profile (RFC 6265, section 4).
Standard CookieSpec implementation that enforces syntax and semantics of the well-behaved profile of the HTTP state management specification (RFC 6265, section 4).
Connection route information.
The layering type of a route.
The tunnelling type of a route.
Helps tracking the steps in establishing a route.
 
 
 
Strategy to determine an execution time (schedule) for an operation.
Strategy for default port resolution for protocol schemes.
Represents an exception that occurs during SCRAM (Salted Challenge Response Authentication Mechanism) authentication.
Extension hook for optional SCRAM attributes.
Strict HTTP SCRAM client implementing SCRAM-SHA-256 per RFC 7804 with SCRAM core per RFC 5802/7677.
 
 
Factory for creating instances of ScramScheme.
This interface represents a Set-Cookie response header sent by the origin server to the HTTP agent in order to maintain a conversational state.
 
Message body representation as a simple text string or an array of bytes.
HTTP request that can enclose a body represented as a simple text string or an array of bytes.
Deprecated.
HTTP response that can enclose a body represented as a simple text string or an array of bytes.
Builder for SimpleHttpRequest instances.
HTTP request producer that generates message data stream events based on content of a SimpleHttpRequest instance.
Builds SimpleHttpResponse instances.
HTTP response consumer that generates a SimpleHttpResponse instance based on events of an incoming data stream.
 
SPKI pinning decorator for client-side TLS.
Byte-array key with constant-time equality for use in sets/maps.
Match rule for a host or single-label wildcard.
Deprecated.
Do not use.
Deprecated.
Do not use.
Deprecated.
Deprecated.
Authentication schemes by their names supported by the HttpClient.
Cookie specifications by their names supported by the HttpClient.
 
Text body part backed by a byte array.
 
 
Implementation of CredentialsStore backed by standard JRE Authenticator.
DNS resolver that uses the default OS implementation for resolving host names.
HttpRoutePlanner implementation based on ProxySelector.
Immutable class encapsulating TLS protocol settings.
 
TLS protocol upgrade strategy for blocking Sockets.
A trust strategy that accepts all certificates as trusted.
Deprecated.
For self-signed certificates prefer specifying a keystore containing the certificate when calling the SSLContextBuilder loadTrustMaterial methods.
Deprecated.
Do not use/
A factory for Unix domain sockets.
 
Authentication credentials required to respond to a authentication challenge are invalid
Signals failure to establish connection using an unknown protocol scheme.
A collection of utilities for URIs, to workaround bugs within the class or for ease-of-use features.
An entity composed of a list of url-encoded pairs.
Simple Credentials representation based on a user name / password pair.
A handler for determining if the given execution context is user specific or not.
 
 
 
Utility to detect availability of the Zstandard JNI runtime on the classpath.