Uses of Class
org.apache.http.conn.SchemeRegistry

Packages that use SchemeRegistry
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   
 

Uses of SchemeRegistry in org.apache.http.conn
 

Methods in org.apache.http.conn that return SchemeRegistry
 SchemeRegistry ClientConnectionManager.getSchemeRegistry()
           
 

Methods in org.apache.http.conn with parameters of type SchemeRegistry
 ClientConnectionManager ClientConnectionManagerFactory.newInstance(org.apache.http.params.HttpParams params, SchemeRegistry schemeRegistry)
           
 

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

Fields in org.apache.http.impl.conn declared as SchemeRegistry
protected  SchemeRegistry ThreadSafeClientConnManager.schemeRegistry
          The schemes supported by this connection manager.
protected  SchemeRegistry DefaultClientConnectionOperator.schemeRegistry
          The scheme registry for looking up socket factories.
protected  SchemeRegistry SingleClientConnManager.schemeRegistry
          The schemes supported by this connection manager.
 

Methods in org.apache.http.impl.conn that return SchemeRegistry
 SchemeRegistry ThreadSafeClientConnManager.getSchemeRegistry()
           
 SchemeRegistry SingleClientConnManager.getSchemeRegistry()
           
 

Methods in org.apache.http.impl.conn with parameters of type SchemeRegistry
protected  ClientConnectionOperator ThreadSafeClientConnManager.createConnectionOperator(SchemeRegistry schreg)
          Hook for creating the connection operator.
protected  ClientConnectionOperator SingleClientConnManager.createConnectionOperator(SchemeRegistry schreg)
          Hook for creating the connection operator.
 

Constructors in org.apache.http.impl.conn with parameters of type SchemeRegistry
DefaultClientConnectionOperator(SchemeRegistry schemes)
          Creates a new client connection operator for the given scheme registry.
SingleClientConnManager(org.apache.http.params.HttpParams params, SchemeRegistry schreg)
          Creates a new simple connection manager.
ThreadSafeClientConnManager(org.apache.http.params.HttpParams params, SchemeRegistry schreg)
          Creates a new thread safe connection manager.
 



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