Uses of Class
org.apache.http.conn.scheme.Scheme
Packages that use Scheme
-
Uses of Scheme in org.apache.http.conn.scheme
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 TypeMethodDescriptionvoid
Deprecated.Populates the internal collection of registeredprotocol schemes
with the content of the map passed as a parameter.