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

Packages that use ClientConnectionManager
org.apache.http.client The API for client-side HTTP communication and entry point to the HttpClient module. 
org.apache.http.conn The client-side connection management and handling API at the heart of what is referred to as HttpConn
org.apache.http.impl.client   
org.apache.http.impl.conn   
org.apache.http.impl.conn.tsccm The implementation of a thread-safe client connection manager. 
 

Uses of ClientConnectionManager in org.apache.http.client
 

Methods in org.apache.http.client that return ClientConnectionManager
 ClientConnectionManager HttpClient.getConnectionManager()
          Obtains the connection manager used by this client.
 

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)
           
 

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

Fields in org.apache.http.impl.client declared as ClientConnectionManager
protected  ClientConnectionManager DefaultClientRequestDirector.connManager
          The connection manager.
 

Methods in org.apache.http.impl.client that return ClientConnectionManager
protected  ClientConnectionManager DefaultHttpClient.createClientConnectionManager()
           
protected abstract  ClientConnectionManager AbstractHttpClient.createClientConnectionManager()
           
 ClientConnectionManager AbstractHttpClient.getConnectionManager()
           
 

Constructors in org.apache.http.impl.client with parameters of type ClientConnectionManager
AbstractHttpClient(ClientConnectionManager conman, org.apache.http.params.HttpParams params)
          Creates a new HTTP client.
DefaultClientRequestDirector(ClientConnectionManager conman, org.apache.http.ConnectionReuseStrategy reustrat, org.apache.http.protocol.HttpProcessor httpProcessor, HttpRequestRetryHandler retryHandler, RedirectHandler redirectHandler, AuthenticationHandler targetAuthHandler, AuthenticationHandler proxyAuthHandler, org.apache.http.params.HttpParams params)
           
DefaultHttpClient(ClientConnectionManager conman, org.apache.http.params.HttpParams params)
          Creates a new HTTP client from parameters and a connection manager.
 

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

Classes in org.apache.http.impl.conn that implement ClientConnectionManager
 class SingleClientConnManager
          A connection "manager" for a single connection.
 

Fields in org.apache.http.impl.conn declared as ClientConnectionManager
protected  ClientConnectionManager AbstractClientConnAdapter.connManager
          The connection manager, if any.
 

Methods in org.apache.http.impl.conn with parameters of type ClientConnectionManager
 void DefaultHttpRoutePlanner.setConnectionManager(ClientConnectionManager aConnManager)
           
 

Constructors in org.apache.http.impl.conn with parameters of type ClientConnectionManager
AbstractClientConnAdapter(ClientConnectionManager mgr, OperatedClientConnection conn)
          Creates a new connection adapter.
AbstractPooledConnAdapter(ClientConnectionManager manager, AbstractPoolEntry entry)
          Creates a new connection adapter.
DefaultHttpRoutePlanner(ClientConnectionManager aConnManager)
           
 

Uses of ClientConnectionManager in org.apache.http.impl.conn.tsccm
 

Classes in org.apache.http.impl.conn.tsccm that implement ClientConnectionManager
 class ThreadSafeClientConnManager
          Manages a pool of client connections.
 

Methods in org.apache.http.impl.conn.tsccm that return ClientConnectionManager
protected  ClientConnectionManager BasicPooledConnAdapter.getManager()
          Obtains the connection manager.
 

Constructors in org.apache.http.impl.conn.tsccm with parameters of type ClientConnectionManager
AbstractConnPool(ClientConnectionManager mgr)
          Creates a new connection pool.
ConnPoolByRoute(ClientConnectionManager mgr)
          Creates a new connection pool, managed by route.
 



Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.