| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method | Description |
|---|---|---|
static HttpHost |
HttpHost.create(java.lang.String s) |
Creates
HttpHost instance from string. |
| Constructor | Description |
|---|---|
HttpHost(HttpHost httphost) |
Copy constructor for
HttpHost. |
| Modifier and Type | Method | Description |
|---|---|---|
HttpClientConnection |
BasicConnFactory.create(HttpHost host) |
|
protected BasicPoolEntry |
BasicConnPool.createEntry(HttpHost host,
HttpClientConnection conn) |
| Constructor | Description |
|---|---|
BasicPoolEntry(java.lang.String id,
HttpHost route,
HttpClientConnection conn) |
| Constructor | Description |
|---|---|
BasicConnPool(ConnFactory<HttpHost,HttpClientConnection> connFactory) |
| Modifier and Type | Method | Description |
|---|---|---|
HttpHost |
HttpCoreContext.getTargetHost() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
HttpCoreContext.setTargetHost(HttpHost host) |