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

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

Methods in org.apache.http.conn that return SchemeRegistry
 SchemeRegistry ClientConnectionManager.getSchemeRegistry()
          Obtains the scheme registry used by this manager.
 

Methods in org.apache.http.conn with parameters of type SchemeRegistry
 ClientConnectionManager ClientConnectionManagerFactory.newInstance(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 ProxySelectorRoutePlanner.schemeRegistry
          The scheme registry.
protected  SchemeRegistry SingleClientConnManager.schemeRegistry
          Deprecated. The schemes supported by this connection manager.
protected  SchemeRegistry DefaultHttpRoutePlanner.schemeRegistry
          The scheme registry.
protected  SchemeRegistry DefaultClientConnectionOperator.schemeRegistry
          The scheme registry for looking up socket factories.
 

Methods in org.apache.http.impl.conn that return SchemeRegistry
static SchemeRegistry SchemeRegistryFactory.createDefault()
          Initializes default scheme registry based on JSSE defaults.
static SchemeRegistry SchemeRegistryFactory.createSystemDefault()
          Initializes default scheme registry using system properties as described in "JavaTM Secure Socket Extension (JSSE) Reference Guide for the JavaTM 2 Platform Standard Edition 5
 SchemeRegistry PoolingClientConnectionManager.getSchemeRegistry()
           
 SchemeRegistry SingleClientConnManager.getSchemeRegistry()
          Deprecated.  
 SchemeRegistry BasicClientConnectionManager.getSchemeRegistry()
           
 

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

Constructors in org.apache.http.impl.conn with parameters of type SchemeRegistry
BasicClientConnectionManager(SchemeRegistry schreg)
          Creates a new simple connection manager.
DefaultClientConnectionOperator(SchemeRegistry schemes)
          Creates a new client connection operator for the given scheme registry.
DefaultClientConnectionOperator(SchemeRegistry schemes, DnsResolver dnsResolver)
          Creates a new client connection operator for the given scheme registry and the given custom DNS lookup mechanism.
DefaultHttpRoutePlanner(SchemeRegistry schreg)
          Creates a new default route planner.
PoolingClientConnectionManager(SchemeRegistry schreg)
           
PoolingClientConnectionManager(SchemeRegistry schreg, DnsResolver dnsResolver)
           
PoolingClientConnectionManager(SchemeRegistry schemeRegistry, long timeToLive, TimeUnit tunit)
           
PoolingClientConnectionManager(SchemeRegistry schemeRegistry, long timeToLive, TimeUnit tunit, DnsResolver dnsResolver)
           
ProxySelectorRoutePlanner(SchemeRegistry schreg, ProxySelector prosel)
          Creates a new proxy selector route planner.
SingleClientConnManager(HttpParams params, SchemeRegistry schreg)
          Deprecated. (4.1) use SingleClientConnManager.SingleClientConnManager(SchemeRegistry)
SingleClientConnManager(SchemeRegistry schreg)
          Deprecated. Creates a new simple connection manager.
 

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

Fields in org.apache.http.impl.conn.tsccm declared as SchemeRegistry
protected  SchemeRegistry ThreadSafeClientConnManager.schemeRegistry
          Deprecated. The schemes supported by this connection manager.
 

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

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

Constructors in org.apache.http.impl.conn.tsccm with parameters of type SchemeRegistry
ThreadSafeClientConnManager(HttpParams params, SchemeRegistry schreg)
          Deprecated. (4.1) use ThreadSafeClientConnManager.ThreadSafeClientConnManager(SchemeRegistry)
ThreadSafeClientConnManager(SchemeRegistry schreg)
          Deprecated. Creates a new thread safe connection manager.
ThreadSafeClientConnManager(SchemeRegistry schreg, long connTTL, TimeUnit connTTLTimeUnit)
          Deprecated. Creates a new thread safe connection manager.
ThreadSafeClientConnManager(SchemeRegistry schreg, long connTTL, TimeUnit connTTLTimeUnit, ConnPerRouteBean connPerRoute)
          Deprecated. Creates a new thread safe connection manager.
 



Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.