Uses of Interface
org.apache.hc.client5.http.async.HttpAsyncClient
-
Packages that use HttpAsyncClient Package Description org.apache.hc.client5.http.impl.async Asynchronous HTTP client API implementation that supports both HTTP/2 and HTTP/1.1 transport. -
-
Uses of HttpAsyncClient in org.apache.hc.client5.http.impl.async
Classes in org.apache.hc.client5.http.impl.async that implement HttpAsyncClient Modifier and Type Class Description (package private) class
AbstractHttpAsyncClientBase
(package private) class
AbstractMinimalHttpAsyncClientBase
class
CloseableHttpAsyncClient
Base implementation ofHttpAsyncClient
that also implementsModalCloseable
.(package private) class
InternalAbstractHttpAsyncClient
class
InternalH2AsyncClient
Internal implementation of HTTP/2 onlyCloseableHttpAsyncClient
.class
InternalHttpAsyncClient
Internal implementation ofCloseableHttpAsyncClient
that can negotiate the most optimal HTTP protocol version during during theTLS
handshake withALPN
extension if supported by the Java runtime.class
MinimalH2AsyncClient
Minimal implementation of HTTP/2 onlyCloseableHttpAsyncClient
.class
MinimalHttpAsyncClient
Minimal implementation ofCloseableHttpAsyncClient
.
-