Uses of Class
org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient
-
Packages that use CloseableHttpAsyncClient 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. -
-
Uses of CloseableHttpAsyncClient in org.apache.hc.client5.http.impl.async
Subclasses of CloseableHttpAsyncClient in org.apache.hc.client5.http.impl.async Modifier and Type Class Description (package private) classAbstractHttpAsyncClientBase(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.Methods in org.apache.hc.client5.http.impl.async that return CloseableHttpAsyncClient Modifier and Type Method Description CloseableHttpAsyncClientH2AsyncClientBuilder. build()CloseableHttpAsyncClientHttpAsyncClientBuilder. build()static CloseableHttpAsyncClientHttpAsyncClients. createDefault()CreatesCloseableHttpAsyncClientinstance with default configuration.static CloseableHttpAsyncClientHttpAsyncClients. createHttp2Default()Creates HTTP/2CloseableHttpAsyncClientinstance with default configuration optimized for HTTP/2 protocol and message multiplexing.static CloseableHttpAsyncClientHttpAsyncClients. createHttp2System()Creates HTTP/2CloseableHttpAsyncClientinstance with default configuration and system properties optimized for HTTP/2 protocol and message multiplexing.static CloseableHttpAsyncClientHttpAsyncClients. createSystem()CreatesCloseableHttpAsyncClientinstance with default configuration and system properties. -
Uses of CloseableHttpAsyncClient in org.apache.hc.client5.http.impl.cache
Methods in org.apache.hc.client5.http.impl.cache that return CloseableHttpAsyncClient Modifier and Type Method Description static CloseableHttpAsyncClientCachingHttpAsyncClients. createFileBound(java.io.File cacheDir)CreatesCloseableHttpAsyncClientinstance that uses a file system bound response cache.static CloseableHttpAsyncClientCachingHttpAsyncClients. createHttp2FileBound(java.io.File cacheDir)Creates HTTP/2CloseableHttpAsyncClientinstance that uses a file system bound response cache.static CloseableHttpAsyncClientCachingHttpAsyncClients. createHttp2MemoryBound()Creates HTTP/2CloseableHttpAsyncClientinstance that uses a memory bound response cache.static CloseableHttpAsyncClientCachingHttpAsyncClients. createMemoryBound()CreatesCloseableHttpAsyncClientinstance that uses a memory bound response cache.
-