Uses of Class
org.apache.http.impl.nio.client.CloseableHttpAsyncClient
Packages that use CloseableHttpAsyncClient
Package
Description
Default asynchronous HTTP client implementation.
Asynchronous client utility classes.
-
Uses of CloseableHttpAsyncClient in org.apache.http.impl.nio.client
Subclasses of CloseableHttpAsyncClient in org.apache.http.impl.nio.clientModifier and TypeClassDescription(package private) classclassBase implementation ofHttpPipeliningClientthat also implementsCloseable.(package private) class(package private) classMethods in org.apache.http.impl.nio.client that return CloseableHttpAsyncClientModifier and TypeMethodDescriptionHttpAsyncClientBuilder.build()static CloseableHttpAsyncClientHttpAsyncClients.createDefault()CreatesCloseableHttpAsyncClientinstance with default configuration.static CloseableHttpAsyncClientHttpAsyncClients.createMinimal()CreatesCloseableHttpAsyncClientinstance that supports esential HTTP protocol aspects only.static CloseableHttpAsyncClientHttpAsyncClients.createMinimal(NHttpClientConnectionManager connManager) CreatesCloseableHttpAsyncClientinstance that supports esential HTTP protocol aspects only.static CloseableHttpAsyncClientHttpAsyncClients.createMinimal(NHttpClientConnectionManager connManager, boolean shared) CreatesCloseableHttpAsyncClientinstance that supports esential HTTP protocol aspects only.static CloseableHttpAsyncClientHttpAsyncClients.createMinimal(org.apache.http.nio.reactor.ConnectingIOReactor ioreactor) CreatesCloseableHttpAsyncClientinstance that supports esential HTTP protocol aspects only.static CloseableHttpAsyncClientHttpAsyncClients.createSystem()CreatesCloseableHttpAsyncClientinstance with default configuration based on ssytem properties. -
Uses of CloseableHttpAsyncClient in org.apache.http.nio.client.util
Methods in org.apache.http.nio.client.util with parameters of type CloseableHttpAsyncClientModifier and TypeMethodDescriptionstatic voidHttpAsyncClientUtils.closeQuietly(CloseableHttpAsyncClient httpAsyncClient) Unconditionally close a httpAsyncClient.