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

Packages that use ManagedClientConnection
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 ManagedClientConnection in org.apache.http.client
 

Methods in org.apache.http.client that return ManagedClientConnection
 ManagedClientConnection ClientRequestDirector.getConnection()
          Obtains the connection to which the response is tied.
 

Uses of ManagedClientConnection in org.apache.http.conn
 

Fields in org.apache.http.conn declared as ManagedClientConnection
protected  ManagedClientConnection BasicEofSensorWatcher.managedConn
          The connection to auto-release.
protected  ManagedClientConnection BasicManagedEntity.managedConn
          The connection to release.
 

Methods in org.apache.http.conn that return ManagedClientConnection
 ManagedClientConnection ClientConnectionManager.getConnection(HttpRoute route)
          Obtains a connection.
 ManagedClientConnection ClientConnectionManager.getConnection(HttpRoute route, long timeout)
          Obtains a connection within a given time.
 

Methods in org.apache.http.conn with parameters of type ManagedClientConnection
 void ClientConnectionManager.releaseConnection(ManagedClientConnection conn)
          Releases a connection for use by others.
 

Constructors in org.apache.http.conn with parameters of type ManagedClientConnection
BasicEofSensorWatcher(ManagedClientConnection conn, boolean reuse)
          Creates a new watcher for auto-releasing a connection.
BasicManagedEntity(org.apache.http.HttpEntity entity, ManagedClientConnection conn, boolean reuse)
          Creates a new managed entity that can release a connection.
 

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

Fields in org.apache.http.impl.client declared as ManagedClientConnection
protected  ManagedClientConnection DefaultClientRequestDirector.managedConn
          The currently allocated connection.
 

Methods in org.apache.http.impl.client that return ManagedClientConnection
protected  ManagedClientConnection DefaultClientRequestDirector.allocateConnection(HttpRoute route, long timeout)
          Obtains a connection for the target route.
 ManagedClientConnection DefaultClientRequestDirector.getConnection()
           
 

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

Classes in org.apache.http.impl.conn that implement ManagedClientConnection
 class AbstractClientConnAdapter
          Abstract adapter from operated to managed client connections.
 class AbstractPooledConnAdapter
          Abstract adapter from pool entries to managed client connections.
protected  class SingleClientConnManager.ConnAdapter
          The connection adapter used by this manager.
 

Methods in org.apache.http.impl.conn that return ManagedClientConnection
 ManagedClientConnection SingleClientConnManager.getConnection(HttpRoute route)
          Obtains a connection.
 ManagedClientConnection SingleClientConnManager.getConnection(HttpRoute route, long timeout)
          Obtains a connection.
 

Methods in org.apache.http.impl.conn with parameters of type ManagedClientConnection
 void SingleClientConnManager.releaseConnection(ManagedClientConnection conn)
           
 

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

Classes in org.apache.http.impl.conn.tsccm that implement ManagedClientConnection
 class BasicPooledConnAdapter
          A connection wrapper and callback handler.
 

Methods in org.apache.http.impl.conn.tsccm that return ManagedClientConnection
 ManagedClientConnection ThreadSafeClientConnManager.getConnection(HttpRoute route)
           
 ManagedClientConnection ThreadSafeClientConnManager.getConnection(HttpRoute route, long timeout)
           
 

Methods in org.apache.http.impl.conn.tsccm with parameters of type ManagedClientConnection
 void ThreadSafeClientConnManager.releaseConnection(ManagedClientConnection conn)
           
 



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