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) classCloseableHttpAsyncClientBaseclassCloseableHttpPipeliningClientBase implementation ofHttpPipeliningClientthat also implementsCloseable.(package private) classInternalHttpAsyncClient(package private) classMinimalHttpAsyncClientMethods in org.apache.http.impl.nio.client that return CloseableHttpAsyncClient Modifier and Type Method Description CloseableHttpAsyncClientHttpAsyncClientBuilder. 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 CloseableHttpAsyncClient Modifier and Type Method Description static voidHttpAsyncClientUtils. closeQuietly(CloseableHttpAsyncClient httpAsyncClient)Unconditionally close a httpAsyncClient.
-