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.registeredSchemesDeprecated.The available schemes in this registry.Methods in org.apache.http.nio.conn.scheme that return AsyncSchemeModifier and TypeMethodDescriptionfinal AsyncSchemeDeprecated.Obtains a scheme by name, if registered.final AsyncSchemeDeprecated.Obtains a scheme by name.final AsyncSchemeAsyncSchemeRegistry.getScheme(org.apache.http.HttpHost host) Deprecated.Obtains the scheme for a host.final AsyncSchemeAsyncSchemeRegistry.register(AsyncScheme sch) Deprecated.Registers a scheme.final AsyncSchemeAsyncSchemeRegistry.unregister(String name) Deprecated.Unregisters a scheme.Methods in org.apache.http.nio.conn.scheme with parameters of type AsyncSchemeModifier and TypeMethodDescriptionfinal AsyncSchemeAsyncSchemeRegistry.register(AsyncScheme sch) Deprecated.Registers a scheme.Method parameters in org.apache.http.nio.conn.scheme with type arguments of type AsyncSchemeModifier and TypeMethodDescriptionvoidAsyncSchemeRegistry.setItems(Map<String, AsyncScheme> map) Deprecated.Populates the internal collection of registeredprotocol schemeswith the content of the map passed as a parameter.