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