|
|||||||||
| Home >> All >> org >> apache >> [ http overview ] | PREV NEXT | ||||||||
Uses of Class
org.apache.http.Scheme
| Uses of Scheme in org.apache.http |
| Fields in org.apache.http declared as Scheme | |
private Scheme |
HttpHost.scheme
The scheme |
| Methods in org.apache.http that return Scheme | |
Scheme |
HttpHost.getScheme()
Returns the scheme. |
static Scheme |
Scheme.getScheme(java.lang.String id)
Gets the scheme with the given ID. |
| Methods in org.apache.http with parameters of type Scheme | |
static void |
Scheme.registerScheme(java.lang.String id,
Scheme scheme)
Registers a new scheme with the given identifier. |
| Constructors in org.apache.http with parameters of type Scheme | |
HttpHost(java.lang.String hostname,
int port,
Scheme scheme)
Constructor for HttpHost. |
|
|
|||||||||
| Home >> All >> org >> apache >> [ http overview ] | PREV NEXT | ||||||||