|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Scheme | |
---|---|
org.apache.http | The core interfaces and classes of the HTTP components. |
Uses of Scheme in org.apache.http |
---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |