Uses of Class
org.apache.http.impl.nio.client.CloseableHttpAsyncClient
-
Packages that use CloseableHttpAsyncClient Package Description org.apache.http.impl.nio.client Default asynchronous HTTP client implementation.org.apache.http.nio.client.util Asynchronous client utility classes. -
-
Uses of CloseableHttpAsyncClient in org.apache.http.impl.nio.client
Subclasses of CloseableHttpAsyncClient in org.apache.http.impl.nio.client Modifier and Type Class Description (package private) class
CloseableHttpAsyncClientBase
class
CloseableHttpPipeliningClient
Base implementation ofHttpPipeliningClient
that also implementsCloseable
.(package private) class
InternalHttpAsyncClient
(package private) class
MinimalHttpAsyncClient
Methods in org.apache.http.impl.nio.client that return CloseableHttpAsyncClient Modifier and Type Method Description CloseableHttpAsyncClient
HttpAsyncClientBuilder. 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 CloseableHttpAsyncClient Modifier and Type Method Description static void
HttpAsyncClientUtils. closeQuietly(CloseableHttpAsyncClient httpAsyncClient)
Unconditionally close a httpAsyncClient.
-