Uses of Interface
org.apache.http.conn.HttpClientConnectionManager

Packages that use HttpClientConnectionManager
org.apache.http.impl.client Default HTTP client implementation. 
org.apache.http.impl.conn Default implementations of client connection management functions. 
org.apache.http.impl.execchain HTTP request execution chain APIs. 
 

Uses of HttpClientConnectionManager in org.apache.http.impl.client
 

Methods in org.apache.http.impl.client with parameters of type HttpClientConnectionManager
protected  ClientExecChain HttpClientBuilder.createMainExec(HttpRequestExecutor requestExec, HttpClientConnectionManager connManager, ConnectionReuseStrategy reuseStrategy, ConnectionKeepAliveStrategy keepAliveStrategy, AuthenticationStrategy targetAuthStrategy, AuthenticationStrategy proxyAuthStrategy, UserTokenHandler userTokenHandler)
          Produces an instance of ClientExecChain to be used as a main exec.
static CloseableHttpClient HttpClients.createMinimal(HttpClientConnectionManager connManager)
          Creates CloseableHttpClient instance that implements the most basic HTTP protocol support.
 HttpClientBuilder HttpClientBuilder.setConnectionManager(HttpClientConnectionManager connManager)
          Assigns HttpClientConnectionManager instance.
 

Uses of HttpClientConnectionManager in org.apache.http.impl.conn
 

Classes in org.apache.http.impl.conn that implement HttpClientConnectionManager
 class BasicHttpClientConnectionManager
          A connection manager for a single connection.
 class PoolingHttpClientConnectionManager
          ClientConnectionPoolManager maintains a pool of HttpClientConnections and is able to service connection requests from multiple execution threads.
 

Uses of HttpClientConnectionManager in org.apache.http.impl.execchain
 

Constructors in org.apache.http.impl.execchain with parameters of type HttpClientConnectionManager
MainClientExec(HttpRequestExecutor requestExecutor, HttpClientConnectionManager connManager, ConnectionReuseStrategy reuseStrategy, ConnectionKeepAliveStrategy keepAliveStrategy, AuthenticationStrategy targetAuthStrategy, AuthenticationStrategy proxyAuthStrategy, UserTokenHandler userTokenHandler)
           
MinimalClientExec(HttpRequestExecutor requestExecutor, HttpClientConnectionManager connManager, ConnectionReuseStrategy reuseStrategy, ConnectionKeepAliveStrategy keepAliveStrategy)
           
 



Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.