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) class
class
Base implementation ofHttpPipeliningClient
that also implementsCloseable
.(package private) class
(package private) class
Methods in org.apache.http.impl.nio.client that return CloseableHttpAsyncClientModifier and TypeMethodDescriptionHttpAsyncClientBuilder.build()
static CloseableHttpAsyncClient
HttpAsyncClients.createDefault()
CreatesCloseableHttpAsyncClient
instance with default configuration.static CloseableHttpAsyncClient
HttpAsyncClients.createMinimal()
CreatesCloseableHttpAsyncClient
instance that supports esential HTTP protocol aspects only.static CloseableHttpAsyncClient
HttpAsyncClients.createMinimal
(NHttpClientConnectionManager connManager) CreatesCloseableHttpAsyncClient
instance that supports esential HTTP protocol aspects only.static CloseableHttpAsyncClient
HttpAsyncClients.createMinimal
(NHttpClientConnectionManager connManager, boolean shared) CreatesCloseableHttpAsyncClient
instance that supports esential HTTP protocol aspects only.static CloseableHttpAsyncClient
HttpAsyncClients.createMinimal
(org.apache.http.nio.reactor.ConnectingIOReactor ioreactor) CreatesCloseableHttpAsyncClient
instance that supports esential HTTP protocol aspects only.static CloseableHttpAsyncClient
HttpAsyncClients.createSystem()
CreatesCloseableHttpAsyncClient
instance 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 void
HttpAsyncClientUtils.closeQuietly
(CloseableHttpAsyncClient httpAsyncClient) Unconditionally close a httpAsyncClient.