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.registeredSchemes
Deprecated.The available schemes in this registry.Methods in org.apache.http.conn.scheme that return SchemeModifier and TypeMethodDescriptionfinal Scheme
Deprecated.Obtains a scheme by name, if registered.final Scheme
Deprecated.Obtains a scheme by name.final Scheme
SchemeRegistry.getScheme
(org.apache.http.HttpHost host) Deprecated.Obtains the scheme for a host.final Scheme
Deprecated.Registers a scheme.final Scheme
SchemeRegistry.unregister
(String name) Deprecated.Unregisters a scheme.Methods in org.apache.http.conn.scheme with parameters of type SchemeMethod 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.