Uses of Class
org.apache.http.nio.conn.scheme.AsyncScheme
Packages that use AsyncScheme
-
Uses of AsyncScheme in org.apache.http.nio.conn.scheme
Fields in org.apache.http.nio.conn.scheme with type parameters of type AsyncSchemeModifier and TypeFieldDescriptionprivate final Map
<String, AsyncScheme> AsyncSchemeRegistry.registeredSchemes
Deprecated.The available schemes in this registry.Methods in org.apache.http.nio.conn.scheme that return AsyncSchemeModifier and TypeMethodDescriptionfinal AsyncScheme
Deprecated.Obtains a scheme by name, if registered.final AsyncScheme
Deprecated.Obtains a scheme by name.final AsyncScheme
AsyncSchemeRegistry.getScheme
(org.apache.http.HttpHost host) Deprecated.Obtains the scheme for a host.final AsyncScheme
AsyncSchemeRegistry.register
(AsyncScheme sch) Deprecated.Registers a scheme.final AsyncScheme
AsyncSchemeRegistry.unregister
(String name) Deprecated.Unregisters a scheme.Methods in org.apache.http.nio.conn.scheme with parameters of type AsyncSchemeModifier and TypeMethodDescriptionfinal AsyncScheme
AsyncSchemeRegistry.register
(AsyncScheme sch) Deprecated.Registers a scheme.Method parameters in org.apache.http.nio.conn.scheme with type arguments of type AsyncSchemeModifier and TypeMethodDescriptionvoid
AsyncSchemeRegistry.setItems
(Map<String, AsyncScheme> map) Deprecated.Populates the internal collection of registeredprotocol schemes
with the content of the map passed as a parameter.