|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpHost | |
---|---|
org.apache.http | The core interfaces and classes of the HTTP components. |
org.apache.http.impl | Default implementations for interfaces in
org.apache.http . |
org.apache.http.protocol | HTTP protocol execution framework. |
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,
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 |
Uses of HttpHost in org.apache.http.impl |
---|
Methods in org.apache.http.impl that return HttpHost | |
---|---|
HttpHost |
DefaultHttpClientConnection.getTargetHost()
|
HttpHost |
DefaultHttpProxyConnection.getTunnelTarget()
|
Methods in org.apache.http.impl with parameters of type HttpHost | |
---|---|
void |
DefaultHttpClientConnection.setTargetHost(HttpHost targethost)
|
void |
DefaultHttpProxyConnection.tunnelTo(HttpHost targetHost,
HttpParams params)
|
Constructors in org.apache.http.impl with parameters of type HttpHost | |
---|---|
DefaultHttpClientConnection(HttpHost targethost)
|
|
DefaultHttpClientConnection(HttpHost targethost,
java.net.InetAddress localAddress)
|
Uses of HttpHost in org.apache.http.protocol |
---|
Methods in org.apache.http.protocol with parameters of type HttpHost | |
---|---|
protected void |
HttpRequestExecutor.doEstablishConnection(HttpClientConnection conn,
HttpHost target,
HttpParams params)
Establish a connection with the target host. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |