| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ClientConnectionManager | |
|---|---|
| org.apache.http.client | Client HTTP communication APIs. | 
| org.apache.http.conn | Client connection management APIs. | 
| 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.conn.tsccm | Deprecated. | 
| Uses of ClientConnectionManager in org.apache.http.client | 
|---|
| Methods in org.apache.http.client that return ClientConnectionManager | |
|---|---|
|  ClientConnectionManager | HttpClient.getConnectionManager()Deprecated. (4.3) use HttpClientBuilder. | 
| Uses of ClientConnectionManager in org.apache.http.conn | 
|---|
| Methods in org.apache.http.conn that return ClientConnectionManager | |
|---|---|
|  ClientConnectionManager | ClientConnectionManagerFactory.newInstance(org.apache.http.params.HttpParams params,
            SchemeRegistry schemeRegistry)Deprecated. | 
| Uses of ClientConnectionManager in org.apache.http.impl.client | 
|---|
| Fields in org.apache.http.impl.client declared as ClientConnectionManager | |
|---|---|
| protected  ClientConnectionManager | DefaultRequestDirector.connManagerDeprecated. The connection manager. | 
| Methods in org.apache.http.impl.client that return ClientConnectionManager | |
|---|---|
| protected  ClientConnectionManager | SystemDefaultHttpClient.createClientConnectionManager()Deprecated. | 
| protected  ClientConnectionManager | AbstractHttpClient.createClientConnectionManager()Deprecated. | 
|  ClientConnectionManager | AutoRetryHttpClient.getConnectionManager()Deprecated. | 
|  ClientConnectionManager | AbstractHttpClient.getConnectionManager()Deprecated. | 
|  ClientConnectionManager | DecompressingHttpClient.getConnectionManager()Deprecated. | 
| Methods in org.apache.http.impl.client with parameters of type ClientConnectionManager | |
|---|---|
| protected  RequestDirector | AbstractHttpClient.createClientRequestDirector(org.apache.http.protocol.HttpRequestExecutor requestExec,
                            ClientConnectionManager conman,
                            org.apache.http.ConnectionReuseStrategy reustrat,
                            ConnectionKeepAliveStrategy kastrat,
                            HttpRoutePlanner rouplan,
                            org.apache.http.protocol.HttpProcessor httpProcessor,
                            HttpRequestRetryHandler retryHandler,
                            RedirectHandler redirectHandler,
                            AuthenticationHandler targetAuthHandler,
                            AuthenticationHandler proxyAuthHandler,
                            UserTokenHandler userTokenHandler,
                            org.apache.http.params.HttpParams params)Deprecated. (4.1) do not use | 
| protected  RequestDirector | AbstractHttpClient.createClientRequestDirector(org.apache.http.protocol.HttpRequestExecutor requestExec,
                            ClientConnectionManager conman,
                            org.apache.http.ConnectionReuseStrategy reustrat,
                            ConnectionKeepAliveStrategy kastrat,
                            HttpRoutePlanner rouplan,
                            org.apache.http.protocol.HttpProcessor httpProcessor,
                            HttpRequestRetryHandler retryHandler,
                            RedirectStrategy redirectStrategy,
                            AuthenticationHandler targetAuthHandler,
                            AuthenticationHandler proxyAuthHandler,
                            UserTokenHandler userTokenHandler,
                            org.apache.http.params.HttpParams params)Deprecated. (4.2) do not use | 
| protected  RequestDirector | AbstractHttpClient.createClientRequestDirector(org.apache.http.protocol.HttpRequestExecutor requestExec,
                            ClientConnectionManager conman,
                            org.apache.http.ConnectionReuseStrategy reustrat,
                            ConnectionKeepAliveStrategy kastrat,
                            HttpRoutePlanner rouplan,
                            org.apache.http.protocol.HttpProcessor httpProcessor,
                            HttpRequestRetryHandler retryHandler,
                            RedirectStrategy redirectStrategy,
                            AuthenticationStrategy targetAuthStrategy,
                            AuthenticationStrategy proxyAuthStrategy,
                            UserTokenHandler userTokenHandler,
                            org.apache.http.params.HttpParams params)Deprecated. | 
| Constructors in org.apache.http.impl.client with parameters of type ClientConnectionManager | |
|---|---|
| AbstractHttpClient(ClientConnectionManager conman,
                   org.apache.http.params.HttpParams params)Deprecated. Creates a new HTTP client. | |
| ContentEncodingHttpClient(ClientConnectionManager conman,
                          org.apache.http.params.HttpParams params)Deprecated. Creates a new HTTP client from parameters and a connection manager. | |
| DefaultHttpClient(ClientConnectionManager conman)Deprecated. | |
| DefaultHttpClient(ClientConnectionManager conman,
                  org.apache.http.params.HttpParams params)Deprecated. Creates a new HTTP client from parameters and a connection manager. | |
| DefaultRequestDirector(org.apache.http.protocol.HttpRequestExecutor requestExec,
                       ClientConnectionManager conman,
                       org.apache.http.ConnectionReuseStrategy reustrat,
                       ConnectionKeepAliveStrategy kastrat,
                       HttpRoutePlanner rouplan,
                       org.apache.http.protocol.HttpProcessor httpProcessor,
                       HttpRequestRetryHandler retryHandler,
                       RedirectHandler redirectHandler,
                       AuthenticationHandler targetAuthHandler,
                       AuthenticationHandler proxyAuthHandler,
                       UserTokenHandler userTokenHandler,
                       org.apache.http.params.HttpParams params)Deprecated. | |
| DefaultRequestDirector(org.apache.commons.logging.Log log,
                       org.apache.http.protocol.HttpRequestExecutor requestExec,
                       ClientConnectionManager conman,
                       org.apache.http.ConnectionReuseStrategy reustrat,
                       ConnectionKeepAliveStrategy kastrat,
                       HttpRoutePlanner rouplan,
                       org.apache.http.protocol.HttpProcessor httpProcessor,
                       HttpRequestRetryHandler retryHandler,
                       RedirectStrategy redirectStrategy,
                       AuthenticationHandler targetAuthHandler,
                       AuthenticationHandler proxyAuthHandler,
                       UserTokenHandler userTokenHandler,
                       org.apache.http.params.HttpParams params)Deprecated. | |
| DefaultRequestDirector(org.apache.commons.logging.Log log,
                       org.apache.http.protocol.HttpRequestExecutor requestExec,
                       ClientConnectionManager conman,
                       org.apache.http.ConnectionReuseStrategy reustrat,
                       ConnectionKeepAliveStrategy kastrat,
                       HttpRoutePlanner rouplan,
                       org.apache.http.protocol.HttpProcessor httpProcessor,
                       HttpRequestRetryHandler retryHandler,
                       RedirectStrategy redirectStrategy,
                       AuthenticationStrategy targetAuthStrategy,
                       AuthenticationStrategy proxyAuthStrategy,
                       UserTokenHandler userTokenHandler,
                       org.apache.http.params.HttpParams params)Deprecated. | |
| Uses of ClientConnectionManager in org.apache.http.impl.conn | 
|---|
| Classes in org.apache.http.impl.conn that implement ClientConnectionManager | |
|---|---|
|  class | BasicClientConnectionManagerDeprecated. (4.3) use BasicHttpClientConnectionManager. | 
|  class | PoolingClientConnectionManagerDeprecated. (4.3) use PoolingHttpClientConnectionManager. | 
|  class | SingleClientConnManagerDeprecated. (4.2) use BasicClientConnectionManager | 
| Methods in org.apache.http.impl.conn that return ClientConnectionManager | |
|---|---|
| protected  ClientConnectionManager | AbstractClientConnAdapter.getManager()Deprecated. | 
| Constructors in org.apache.http.impl.conn with parameters of type ClientConnectionManager | |
|---|---|
| AbstractClientConnAdapter(ClientConnectionManager mgr,
                          OperatedClientConnection conn)Deprecated. Creates a new connection adapter. | |
| AbstractPooledConnAdapter(ClientConnectionManager manager,
                          AbstractPoolEntry entry)Deprecated. Creates a new connection adapter. | |
| Uses of ClientConnectionManager in org.apache.http.impl.conn.tsccm | 
|---|
| Classes in org.apache.http.impl.conn.tsccm that implement ClientConnectionManager | |
|---|---|
|  class | ThreadSafeClientConnManagerDeprecated. (4.2) use PoolingHttpClientConnectionManager | 
| Methods in org.apache.http.impl.conn.tsccm that return ClientConnectionManager | |
|---|---|
| protected  ClientConnectionManager | BasicPooledConnAdapter.getManager()Deprecated. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||