Package | Description |
---|---|
org.apache.http.impl.nio.client |
Default asynchronous HTTP client implementation.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
CloseableHttpAsyncClientBase |
(package private) class |
InternalHttpAsyncClient |
(package private) class |
MinimalHttpAsyncClient |
Modifier and Type | Method and Description |
---|---|
static CloseableHttpPipeliningClient |
HttpAsyncClients.createPipelining()
Creates
CloseableHttpPipeliningClient instance that supports pipelined request
execution. |
static CloseableHttpPipeliningClient |
HttpAsyncClients.createPipelining(org.apache.http.nio.reactor.ConnectingIOReactor ioreactor)
Creates
CloseableHttpPipeliningClient instance that supports pipelined request
execution. |
static CloseableHttpPipeliningClient |
HttpAsyncClients.createPipelining(NHttpClientConnectionManager connManager)
Creates
CloseableHttpPipeliningClient instance that supports pipelined request
execution. |
static CloseableHttpPipeliningClient |
HttpAsyncClients.createPipelining(NHttpClientConnectionManager connManager,
boolean shared)
Creates
CloseableHttpPipeliningClient instance that supports pipelined request
execution. |