Uses of Package
org.apache.hc.client5.http.impl.async
-
Packages that use org.apache.hc.client5.http.impl.async Package Description org.apache.hc.client5.http.impl.async Asynchronous HTTP client API implementation that supports both HTTP/2 and HTTP/1.1 transport.org.apache.hc.client5.http.impl.cache Caching API implementation for both the classic and the asynchronous HTTP transports. -
Classes in org.apache.hc.client5.http.impl.async used by org.apache.hc.client5.http.impl.cache Class Description CloseableHttpAsyncClient Base implementation ofHttpAsyncClient
that also implementsModalCloseable
.H2AsyncClientBuilder Builder for HTTP/2 onlyCloseableHttpAsyncClient
instances.HttpAsyncClientBuilder Builder forCloseableHttpAsyncClient
instances that can negotiate the most optimal HTTP protocol version during theTLS
handshake withALPN
extension if supported by the Java runtime.