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 TypeMethodDescriptionfinal SchemeDeprecated.Obtains a scheme by name, if registered.final SchemeDeprecated.Obtains a scheme by name.final SchemeSchemeRegistry.getScheme(org.apache.http.HttpHost host) Deprecated.Obtains the scheme for a host.final SchemeDeprecated.Registers a scheme.final SchemeSchemeRegistry.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 TypeMethodDescriptionvoidDeprecated.Populates the internal collection of registeredprotocol schemeswith the content of the map passed as a parameter.