| 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 and Description |
|---|---|
static HttpHost |
HttpHost.create(String s)
Creates
HttpHost instance from string. |
| Constructor and Description |
|---|
HttpHost(HttpHost httphost)
Copy constructor for
HttpHost. |
| Modifier and Type | Method and Description |
|---|---|
HttpClientConnection |
BasicConnFactory.create(HttpHost host) |
protected BasicPoolEntry |
BasicConnPool.createEntry(HttpHost host,
HttpClientConnection conn) |
| Constructor and Description |
|---|
BasicPoolEntry(String id,
HttpHost route,
HttpClientConnection conn) |
| Constructor and Description |
|---|
BasicConnPool(ConnFactory<HttpHost,HttpClientConnection> connFactory) |
| Modifier and Type | Method and Description |
|---|---|
HttpHost |
HttpCoreContext.getTargetHost() |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpCoreContext.setTargetHost(HttpHost host) |
Copyright © 2005–2022 The Apache Software Foundation. All rights reserved.