Uses of Class
org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient
-
Packages that use CloseableHttpAsyncClient Package Description org.apache.hc.client5.http.fluent Simple facade APIs for HttpClient based on the concept of a fluent interface.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.org.apache.hc.client5.http.impl.compat -
-
Uses of CloseableHttpAsyncClient in org.apache.hc.client5.http.fluent
Methods in org.apache.hc.client5.http.fluent with parameters of type CloseableHttpAsyncClient Modifier and Type Method Description static ExecutorExecutor. newInstance(CloseableHttpAsyncClient httpclient)This feature is considered experimental and may be discontinued in the future. -
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.Methods in org.apache.hc.client5.http.impl.async with parameters of type CloseableHttpAsyncClient Modifier and Type Method Description static CloseableHttpClientHttpAsyncClients. classic(CloseableHttpAsyncClient client, org.apache.hc.core5.util.Timeout operationTimeout)Creates anCloseableHttpClientfacade backed byCloseableHttpAsyncClientbuilt internally and acting as a compatibility bridge between the classic APIs based on the standardInputStream/OutputStreammodel and the underlying asynchronous message transport. -
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. -
Uses of CloseableHttpAsyncClient in org.apache.hc.client5.http.impl.compat
Fields in org.apache.hc.client5.http.impl.compat declared as CloseableHttpAsyncClient Modifier and Type Field Description private CloseableHttpAsyncClientClassicToAsyncAdaptor. clientConstructors in org.apache.hc.client5.http.impl.compat with parameters of type CloseableHttpAsyncClient Constructor Description ClassicToAsyncAdaptor(CloseableHttpAsyncClient client, org.apache.hc.core5.util.Timeout operationTimeout)
-