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

Packages that use ClientConnectionOperator
org.apache.http.impl.conn   
 

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

Classes in org.apache.http.impl.conn that implement ClientConnectionOperator
 class DefaultClientConnectionOperator
          Default implementation of a ClientConnectionOperator.
 

Fields in org.apache.http.impl.conn declared as ClientConnectionOperator
protected  ClientConnectionOperator SingleClientConnManager.connOperator
          The operator for opening and updating connections.
 

Methods in org.apache.http.impl.conn that return ClientConnectionOperator
protected  ClientConnectionOperator ThreadSafeClientConnManager.createConnectionOperator(SchemeRegistry schreg)
          Hook for creating the connection operator.
protected  ClientConnectionOperator SingleClientConnManager.createConnectionOperator(SchemeRegistry schreg)
          Hook for creating the connection operator.
protected  ClientConnectionOperator SingleClientConnManager.PoolEntry.getOperator()
           
protected abstract  ClientConnectionOperator AbstractPoolEntry.getOperator()
          Obtains the connection operator.
 



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