|
|||||||||
| Home >> All >> org >> apache >> [ http overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.http
Class ProxyHost

java.lang.Objectorg.apache.http.HttpHost
org.apache.http.ProxyHost
- public class ProxyHost
- extends HttpHost
Holds all of the variables needed to describe an HTTP connection to a proxy. Proxy hosts always use plain HTTP connection when communicating with clients.
- Since:
- 3.0
| Field Summary |
| Fields inherited from class org.apache.http.HttpHost |
|
| Constructor Summary | |
ProxyHost(ProxyHost httpproxy)
Copy constructor for ProxyHost. |
|
ProxyHost(java.lang.String hostname)
Constructor for ProxyHost. |
|
ProxyHost(java.lang.String hostname,
int port)
Constructor for ProxyHost. |
|
| Methods inherited from class org.apache.http.HttpHost |
equals, getHostName, getPort, getScheme, hashCode, toHostString, toString, toURI |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
ProxyHost
public ProxyHost(ProxyHost httpproxy)
- Copy constructor for ProxyHost.
ProxyHost
public ProxyHost(java.lang.String hostname, int port)
- Constructor for ProxyHost.
ProxyHost
public ProxyHost(java.lang.String hostname)
- Constructor for ProxyHost.
|
|||||||||
| Home >> All >> org >> apache >> [ http overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC