Uses of Class
org.apache.http.conn.scheme.Scheme
-
Packages that use Scheme Package Description org.apache.http.conn.scheme Deprecated. -
-
Uses of Scheme in org.apache.http.conn.scheme
Methods in org.apache.http.conn.scheme that return Scheme Modifier and Type Method Description SchemeSchemeRegistry. get(java.lang.String name)Deprecated.Obtains a scheme by name, if registered.SchemeSchemeRegistry. getScheme(java.lang.String name)Deprecated.Obtains a scheme by name.SchemeSchemeRegistry. getScheme(org.apache.http.HttpHost host)Deprecated.Obtains the scheme for a host.SchemeSchemeRegistry. register(Scheme sch)Deprecated.Registers a scheme.SchemeSchemeRegistry. unregister(java.lang.String name)Deprecated.Unregisters a scheme.Methods in org.apache.http.conn.scheme with parameters of type Scheme Modifier and Type Method Description SchemeSchemeRegistry. register(Scheme sch)Deprecated.Registers a scheme.Method parameters in org.apache.http.conn.scheme with type arguments of type Scheme Modifier and Type Method Description voidSchemeRegistry. setItems(java.util.Map<java.lang.String,Scheme> map)Deprecated.Populates the internal collection of registeredprotocol schemeswith the content of the map passed as a parameter.
-