Package | Description |
---|---|
org.apache.http.impl.nio.client |
Default asynchronous HTTP client implementation.
|
org.apache.http.nio.client.util |
Asynchronous client utility classes.
|
Modifier and Type | Class and Description |
---|---|
class |
CloseableHttpPipeliningClient
Base implementation of
HttpPipeliningClient that also
implements Closeable . |
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
static void |
HttpAsyncClientUtils.closeQuietly(CloseableHttpAsyncClient httpAsyncClient)
Unconditionally close a httpAsyncClient.
|
Copyright © 2010–2015 The Apache Software Foundation. All rights reserved.