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

Packages that use OperatedClientConnection
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.conn   
org.apache.http.impl.conn.tsccm The implementation of a thread-safe client connection manager. 
 

Uses of OperatedClientConnection in org.apache.http.conn
 

Methods in org.apache.http.conn that return OperatedClientConnection
 OperatedClientConnection ClientConnectionOperator.createConnection()
          Creates a new connection that can be operated.
 

Methods in org.apache.http.conn with parameters of type OperatedClientConnection
 void ClientConnectionOperator.openConnection(OperatedClientConnection conn, org.apache.http.HttpHost target, java.net.InetAddress local, org.apache.http.protocol.HttpContext context, org.apache.http.params.HttpParams params)
          Opens a connection to the given target host.
 void ClientConnectionOperator.updateSecureConnection(OperatedClientConnection conn, org.apache.http.HttpHost target, org.apache.http.protocol.HttpContext context, org.apache.http.params.HttpParams params)
          Updates a connection with a layered secure connection.
 

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

Classes in org.apache.http.impl.conn that implement OperatedClientConnection
 class DefaultClientConnection
          Default implementation of an operated client connection.
 

Fields in org.apache.http.impl.conn declared as OperatedClientConnection
protected  OperatedClientConnection AbstractPoolEntry.connection
          The underlying connection being pooled or used.
protected  OperatedClientConnection AbstractClientConnAdapter.wrappedConnection
          The wrapped connection.
 

Methods in org.apache.http.impl.conn that return OperatedClientConnection
 OperatedClientConnection DefaultClientConnectionOperator.createConnection()
           
 

Methods in org.apache.http.impl.conn with parameters of type OperatedClientConnection
 void DefaultClientConnectionOperator.openConnection(OperatedClientConnection conn, org.apache.http.HttpHost target, java.net.InetAddress local, org.apache.http.protocol.HttpContext context, org.apache.http.params.HttpParams params)
           
 void DefaultClientConnectionOperator.updateSecureConnection(OperatedClientConnection conn, org.apache.http.HttpHost target, org.apache.http.protocol.HttpContext context, org.apache.http.params.HttpParams params)
           
 

Constructors in org.apache.http.impl.conn with parameters of type OperatedClientConnection
AbstractClientConnAdapter(ClientConnectionManager mgr, OperatedClientConnection conn)
          Creates a new connection adapter.
AbstractPoolEntry(OperatedClientConnection occ, HttpRoute route)
          Creates a new pool entry.
SingleClientConnManager.PoolEntry(OperatedClientConnection occ)
          Creates a new pool entry.
 

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

Methods in org.apache.http.impl.conn.tsccm that return OperatedClientConnection
protected  OperatedClientConnection BasicPoolEntry.getConnection()
           
 

Methods in org.apache.http.impl.conn.tsccm with parameters of type OperatedClientConnection
protected  void AbstractConnPool.closeConnection(OperatedClientConnection conn)
          Closes a connection from this pool.
 



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