|
|||||||||
| Home >> All >> org >> apache >> [ http overview ] | PREV NEXT | ||||||||
Uses of Class
org.apache.http.HttpHost
| Uses of HttpHost in org.apache.http |
| Subclasses of HttpHost in org.apache.http | |
class |
ProxyHost
Holds all of the variables needed to describe an HTTP connection to a proxy. |
| Methods in org.apache.http that return HttpHost | |
HttpHost |
HttpClientConnection.getTargetHost()
Returns the current target host as set by @link #setTargetHost(HttpHost). |
HttpHost |
HttpProxyConnection.getTunnelTarget()
Returns the target host as provided by |
| Methods in org.apache.http with parameters of type HttpHost | |
void |
HttpClientConnection.setTargetHost(HttpHost targethost)
Provides the implementation with the host it is supposed to connect to. |
void |
HttpProxyConnection.tunnelTo(HttpHost targetHost,
org.apache.http.params.HttpParams params)
After this connection is opened to the proxy, this method may be called to create a new connection over it. |
| Constructors in org.apache.http with parameters of type HttpHost | |
HttpHost(HttpHost httphost)
Copy constructor for HttpHost |
|
|
|||||||||
| Home >> All >> org >> apache >> [ http overview ] | PREV NEXT | ||||||||