Uses of Class
org.apache.http.conn.scheme.SchemeRegistry
| Package | Description |
|---|---|
| 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 SchemeRegistry in org.apache.http.conn
Methods in org.apache.http.conn that return SchemeRegistry Modifier and Type Method Description SchemeRegistryClientConnectionManager. getSchemeRegistry()Obtains the scheme registry used by this manager.Methods in org.apache.http.conn with parameters of type SchemeRegistry Modifier and Type Method Description ClientConnectionManagerClientConnectionManagerFactory. newInstance(HttpParams params, SchemeRegistry schemeRegistry) -
Uses of SchemeRegistry in org.apache.http.impl.conn
Fields in org.apache.http.impl.conn declared as SchemeRegistry Modifier and Type Field Description protected SchemeRegistryDefaultClientConnectionOperator. schemeRegistryThe scheme registry for looking up socket factories.protected SchemeRegistryDefaultHttpRoutePlanner. schemeRegistryThe scheme registry.protected SchemeRegistryProxySelectorRoutePlanner. schemeRegistryThe scheme registry.protected SchemeRegistrySingleClientConnManager. schemeRegistryThe schemes supported by this connection manager.Methods in org.apache.http.impl.conn that return SchemeRegistry Modifier and Type Method Description SchemeRegistrySingleClientConnManager. getSchemeRegistry()Methods in org.apache.http.impl.conn with parameters of type SchemeRegistry Modifier and Type Method Description protected ClientConnectionOperatorSingleClientConnManager. createConnectionOperator(SchemeRegistry schreg)Hook for creating the connection operator.Constructors in org.apache.http.impl.conn with parameters of type SchemeRegistry Constructor Description DefaultClientConnectionOperator(SchemeRegistry schemes)Creates a new client connection operator for the given scheme registry.DefaultHttpRoutePlanner(SchemeRegistry schreg)Creates a new default route planner.ProxySelectorRoutePlanner(SchemeRegistry schreg, ProxySelector prosel)Creates a new proxy selector route planner.SingleClientConnManager(HttpParams params, SchemeRegistry schreg)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 Modifier and Type Field Description protected SchemeRegistryThreadSafeClientConnManager. schemeRegistryThe schemes supported by this connection manager.Methods in org.apache.http.impl.conn.tsccm that return SchemeRegistry Modifier and Type Method Description SchemeRegistryThreadSafeClientConnManager. getSchemeRegistry()Methods in org.apache.http.impl.conn.tsccm with parameters of type SchemeRegistry Modifier and Type Method Description protected ClientConnectionOperatorThreadSafeClientConnManager. createConnectionOperator(SchemeRegistry schreg)Hook for creating the connection operator.Constructors in org.apache.http.impl.conn.tsccm with parameters of type SchemeRegistry Constructor Description ThreadSafeClientConnManager(HttpParams params, SchemeRegistry schreg)Creates a new thread safe connection manager.