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

Packages that use ManagedClientConnection
org.apache.http.conn The client-side connection management and handling API that provides interfaces and implementations for opening and managing client side HTTP connections. 
org.apache.http.impl.client Default implementations for interfaces in org.apache.http.client
org.apache.http.impl.conn Default implementations for interfaces in org.apache.http.impl.conn and related classes. 
org.apache.http.impl.conn.tsccm The implementation of a thread-safe client connection manager. 
 

Uses of ManagedClientConnection in org.apache.http.conn
 

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

Methods in org.apache.http.conn that return ManagedClientConnection
 ManagedClientConnection ClientConnectionRequest.getConnection(long timeout, TimeUnit tunit)
          Obtains a connection within a given time.
 

Methods in org.apache.http.conn with parameters of type ManagedClientConnection
 void ClientConnectionManager.releaseConnection(ManagedClientConnection conn, long validDuration, TimeUnit timeUnit)
          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(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 DefaultRequestDirector.managedConn
          The currently allocated connection.
 

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, Object state)
          Obtains a connection.
 

Methods in org.apache.http.impl.conn with parameters of type ManagedClientConnection
 void SingleClientConnManager.releaseConnection(ManagedClientConnection conn, long validDuration, TimeUnit timeUnit)
           
 

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 with parameters of type ManagedClientConnection
 void ThreadSafeClientConnManager.releaseConnection(ManagedClientConnection conn, long validDuration, TimeUnit timeUnit)
           
 



Copyright © 1999-2010 Apache Software Foundation. All Rights Reserved.