Uses of Interface
org.apache.http.nio.conn.NHttpClientConnectionManager

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 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 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.
 HttpAsyncClientBuilder HttpAsyncClientBuilder.setConnectionManager(NHttpClientConnectionManager connManager)
          Assigns NHttpClientConnectionManager instance.
 

Uses of NHttpClientConnectionManager in org.apache.http.impl.nio.conn
 

Classes in org.apache.http.impl.nio.conn that implement NHttpClientConnectionManager
 class PoolingNHttpClientConnectionManager
          PoolingNHttpClientConnectionManager maintains a pool of NHttpClientConnections and is able to service connection requests from multiple execution threads.
 



Copyright © 2010–2021 The Apache Software Foundation. All rights reserved.