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