|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Scheme | |
---|---|
org.apache.http.conn.scheme |
Uses of Scheme in org.apache.http.conn.scheme |
---|
Methods in org.apache.http.conn.scheme that return Scheme | |
---|---|
Scheme |
SchemeRegistry.get(java.lang.String name)
Obtains a scheme by name, if registered. |
Scheme |
SchemeRegistry.getScheme(org.apache.http.HttpHost host)
Obtains the scheme for a host. |
Scheme |
SchemeRegistry.getScheme(java.lang.String name)
Obtains a scheme by name. |
Scheme |
SchemeRegistry.register(Scheme sch)
Registers a scheme. |
Scheme |
SchemeRegistry.unregister(java.lang.String name)
Unregisters a scheme. |
Methods in org.apache.http.conn.scheme with parameters of type Scheme | |
---|---|
Scheme |
SchemeRegistry.register(Scheme sch)
Registers a scheme. |
Method parameters in org.apache.http.conn.scheme with type arguments of type Scheme | |
---|---|
void |
SchemeRegistry.setItems(java.util.Map<java.lang.String,Scheme> map)
Populates the internal collection of registered protocol schemes
with the content of the map passed as a parameter. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |