Uses of Class
org.apache.http.conn.scheme.Scheme
Packages that use Scheme
-
Uses of Scheme in org.apache.http.conn.scheme
Fields in org.apache.http.conn.scheme with type parameters of type SchemeModifier and TypeFieldDescriptionprivate final ConcurrentHashMap<String, Scheme> SchemeRegistry.registeredSchemesDeprecated.The available schemes in this registry.Methods in org.apache.http.conn.scheme that return SchemeModifier and TypeMethodDescriptionDeprecated.Obtains a scheme by name, if registered.Deprecated.Obtains a scheme by name.SchemeRegistry.getScheme(org.apache.http.HttpHost host) Deprecated.Obtains the scheme for a host.Deprecated.Registers a scheme.SchemeRegistry.unregister(String name) Deprecated.Unregisters a scheme.Methods in org.apache.http.conn.scheme with parameters of type SchemeModifier and TypeMethodDescriptionDeprecated.Registers a scheme.Method parameters in org.apache.http.conn.scheme with type arguments of type SchemeModifier and TypeMethodDescriptionvoidDeprecated.Populates the internal collection of registeredprotocol schemeswith the content of the map passed as a parameter.