|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CloseableHttpAsyncClient | |
---|---|
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 | |
---|---|
class |
CloseableHttpPipeliningClient
Base implementation of HttpPipeliningClient that also
implements Closeable . |
Methods in org.apache.http.impl.nio.client that return CloseableHttpAsyncClient | |
---|---|
CloseableHttpAsyncClient |
HttpAsyncClientBuilder.build()
|
static CloseableHttpAsyncClient |
HttpAsyncClients.createDefault()
Creates CloseableHttpAsyncClient instance with default
configuration. |
static CloseableHttpAsyncClient |
HttpAsyncClients.createMinimal()
Creates CloseableHttpAsyncClient instance that supports esential HTTP protocol
aspects only. |
static CloseableHttpAsyncClient |
HttpAsyncClients.createMinimal(org.apache.http.nio.reactor.ConnectingIOReactor ioReactor)
Creates CloseableHttpAsyncClient instance that supports esential HTTP protocol
aspects only. |
static CloseableHttpAsyncClient |
HttpAsyncClients.createMinimal(NHttpClientConnectionManager connManager)
Creates CloseableHttpAsyncClient instance that supports esential HTTP protocol
aspects only. |
static CloseableHttpAsyncClient |
HttpAsyncClients.createMinimal(NHttpClientConnectionManager connManager,
boolean shared)
Creates CloseableHttpAsyncClient instance that supports esential HTTP protocol
aspects only. |
static CloseableHttpAsyncClient |
HttpAsyncClients.createSystem()
Creates CloseableHttpAsyncClient 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 | |
---|---|
static void |
HttpAsyncClientUtils.closeQuietly(CloseableHttpAsyncClient httpAsyncClient)
Unconditionally close a httpAsyncClient. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |