Uses of Class
org.apache.hc.client5.http.impl.async.AbstractHttpAsyncClientBase
-
Packages that use AbstractHttpAsyncClientBase 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 AbstractHttpAsyncClientBase in org.apache.hc.client5.http.impl.async
Subclasses of AbstractHttpAsyncClientBase in org.apache.hc.client5.http.impl.async Modifier and Type Class Description (package private) classAbstractMinimalHttpAsyncClientBase(package private) classInternalAbstractHttpAsyncClientclassInternalH2AsyncClientInternal implementation of HTTP/2 onlyCloseableHttpAsyncClient.classInternalHttpAsyncClientInternal implementation ofCloseableHttpAsyncClientthat can negotiate the most optimal HTTP protocol version during during theTLShandshake withALPNextension if supported by the Java runtime.classMinimalH2AsyncClientMinimal implementation of HTTP/2 onlyCloseableHttpAsyncClient.classMinimalHttpAsyncClientMinimal implementation ofCloseableHttpAsyncClient.
-