|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpHost | |
---|---|
org.apache.http | Core HTTP component APIs and primitives. |
org.apache.http.impl.pool | Default implementations of client side connection pools for synchronous, blocking communication. |
org.apache.http.protocol | Core HTTP protocol execution framework and HTTP protocol handlers for synchronous, blocking communication. |
Uses of HttpHost in org.apache.http |
---|
Methods in org.apache.http that return HttpHost | |
---|---|
static HttpHost |
HttpHost.create(String s)
Creates HttpHost instance from string. |
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.pool |
---|
Methods in org.apache.http.impl.pool with parameters of type HttpHost | |
---|---|
HttpClientConnection |
BasicConnFactory.create(HttpHost host)
|
protected BasicPoolEntry |
BasicConnPool.createEntry(HttpHost host,
HttpClientConnection conn)
|
Constructors in org.apache.http.impl.pool with parameters of type HttpHost | |
---|---|
BasicPoolEntry(String id,
HttpHost route,
HttpClientConnection conn)
|
Constructor parameters in org.apache.http.impl.pool with type arguments of type HttpHost | |
---|---|
BasicConnPool(ConnFactory<HttpHost,HttpClientConnection> connFactory)
|
Uses of HttpHost in org.apache.http.protocol |
---|
Methods in org.apache.http.protocol that return HttpHost | |
---|---|
HttpHost |
HttpCoreContext.getTargetHost()
|
Methods in org.apache.http.protocol with parameters of type HttpHost | |
---|---|
void |
HttpCoreContext.setTargetHost(HttpHost host)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |