Uses of Class
org.apache.http.conn.scheme.SchemeRegistry
Packages that use SchemeRegistry
Package
Description
Client connection management APIs.
Default implementations of client connection management
functions.
Deprecated.
-
Uses of SchemeRegistry in org.apache.http.conn
Methods in org.apache.http.conn that return SchemeRegistryModifier and TypeMethodDescriptionClientConnectionManager.getSchemeRegistry()Deprecated.Obtains the scheme registry used by this manager.Methods in org.apache.http.conn with parameters of type SchemeRegistryModifier and TypeMethodDescriptionClientConnectionManagerFactory.newInstance(org.apache.http.params.HttpParams params, SchemeRegistry schemeRegistry) Deprecated. -
Uses of SchemeRegistry in org.apache.http.impl.conn
Fields in org.apache.http.impl.conn declared as SchemeRegistryModifier and TypeFieldDescriptionprivate final SchemeRegistryBasicClientConnectionManager.schemeRegistryDeprecated.The schemes supported by this connection manager.protected final SchemeRegistryDefaultClientConnectionOperator.schemeRegistryDeprecated.The scheme registry for looking up socket factories.protected final SchemeRegistryDefaultHttpRoutePlanner.schemeRegistryDeprecated.The scheme registry.private final SchemeRegistryPoolingClientConnectionManager.schemeRegistryDeprecated.protected final SchemeRegistryProxySelectorRoutePlanner.schemeRegistryDeprecated.The scheme registry.protected final SchemeRegistrySingleClientConnManager.schemeRegistryDeprecated.The schemes supported by this connection manager.Methods in org.apache.http.impl.conn that return SchemeRegistryModifier and TypeMethodDescriptionstatic SchemeRegistrySchemeRegistryFactory.createDefault()Deprecated.Initializes default scheme registry based on JSSE defaults.static SchemeRegistrySchemeRegistryFactory.createSystemDefault()Deprecated.Initializes default scheme registry using system properties as described in "JavaTM Secure Socket Extension (JSSE) Reference Guide for the JavaTM 2 Platform Standard Edition 5BasicClientConnectionManager.getSchemeRegistry()Deprecated.private SchemeRegistryDefaultClientConnectionOperator.getSchemeRegistry(org.apache.http.protocol.HttpContext context) Deprecated.PoolingClientConnectionManager.getSchemeRegistry()Deprecated.SingleClientConnManager.getSchemeRegistry()Deprecated.Methods in org.apache.http.impl.conn with parameters of type SchemeRegistryModifier and TypeMethodDescriptionprotected ClientConnectionOperatorBasicClientConnectionManager.createConnectionOperator(SchemeRegistry schreg) Deprecated.protected ClientConnectionOperatorPoolingClientConnectionManager.createConnectionOperator(SchemeRegistry schreg) Deprecated.Hook for creating the connection operator.protected ClientConnectionOperatorSingleClientConnManager.createConnectionOperator(SchemeRegistry schreg) Deprecated.Hook for creating the connection operator.Constructors in org.apache.http.impl.conn with parameters of type SchemeRegistryModifierConstructorDescriptionDeprecated.Creates a new simple connection manager.Deprecated.Creates a new client connection operator for the given scheme registry.DefaultClientConnectionOperator(SchemeRegistry schemes, DnsResolver dnsResolver) Deprecated.Creates a new client connection operator for the given scheme registry and the given custom DNS lookup mechanism.Deprecated.Creates a new default route planner.Deprecated.PoolingClientConnectionManager(SchemeRegistry schemeRegistry, long timeToLive, TimeUnit timeUnit) Deprecated.PoolingClientConnectionManager(SchemeRegistry schemeRegistry, long timeToLive, TimeUnit timeUnit, DnsResolver dnsResolver) Deprecated.PoolingClientConnectionManager(SchemeRegistry schreg, DnsResolver dnsResolver) Deprecated.ProxySelectorRoutePlanner(SchemeRegistry schreg, ProxySelector prosel) Deprecated.Creates a new proxy selector route planner.Deprecated.Creates a new simple connection manager.SingleClientConnManager(org.apache.http.params.HttpParams params, SchemeRegistry schreg) Deprecated. -
Uses of SchemeRegistry in org.apache.http.impl.conn.tsccm
Fields in org.apache.http.impl.conn.tsccm declared as SchemeRegistryModifier and TypeFieldDescriptionprotected final SchemeRegistryThreadSafeClientConnManager.schemeRegistryDeprecated.The schemes supported by this connection manager.Methods in org.apache.http.impl.conn.tsccm that return SchemeRegistryMethods in org.apache.http.impl.conn.tsccm with parameters of type SchemeRegistryModifier and TypeMethodDescriptionprotected ClientConnectionOperatorThreadSafeClientConnManager.createConnectionOperator(SchemeRegistry schreg) Deprecated.Hook for creating the connection operator.Constructors in org.apache.http.impl.conn.tsccm with parameters of type SchemeRegistryModifierConstructorDescriptionDeprecated.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.ThreadSafeClientConnManager(org.apache.http.params.HttpParams params, SchemeRegistry schreg) Deprecated.
SingleClientConnManager(SchemeRegistry)