| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NHttpClientConnectionManager | |
|---|---|
| org.apache.http.impl.nio.client | Default asynchronous HTTP client implementation. | 
| org.apache.http.impl.nio.conn | Default implementations of asynchronous client connection management functions. | 
| Uses of NHttpClientConnectionManager in org.apache.http.impl.nio.client | 
|---|
| Methods in org.apache.http.impl.nio.client with parameters of type NHttpClientConnectionManager | |
|---|---|
| static CloseableHttpAsyncClient | HttpAsyncClients.createMinimal(NHttpClientConnectionManager connManager)Creates CloseableHttpAsyncClientinstance that supports esential HTTP protocol
 aspects only. | 
| static CloseableHttpAsyncClient | HttpAsyncClients.createMinimal(NHttpClientConnectionManager connManager,
              boolean shared)Creates CloseableHttpAsyncClientinstance that supports esential HTTP protocol
 aspects only. | 
| static CloseableHttpPipeliningClient | HttpAsyncClients.createPipelining(NHttpClientConnectionManager connManager)Creates CloseableHttpPipeliningClientinstance that supports pipelined request
 execution. | 
| static CloseableHttpPipeliningClient | HttpAsyncClients.createPipelining(NHttpClientConnectionManager connManager,
                 boolean shared)Creates CloseableHttpPipeliningClientinstance that supports pipelined request
 execution. | 
|  HttpAsyncClientBuilder | HttpAsyncClientBuilder.setConnectionManager(NHttpClientConnectionManager connManager)Assigns NHttpClientConnectionManagerinstance. | 
| Uses of NHttpClientConnectionManager in org.apache.http.impl.nio.conn | 
|---|
| Classes in org.apache.http.impl.nio.conn that implement NHttpClientConnectionManager | |
|---|---|
|  class | PoolingNHttpClientConnectionManagerPoolingNHttpClientConnectionManagermaintains a pool ofNHttpClientConnections and is able to service connection requests
 from multiple execution threads. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||