Package | Description |
---|---|
org.apache.http.impl.conn |
Default implementations of client connection management
functions.
|
Modifier and Type | Field and Description |
---|---|
private CPoolEntry |
CPoolProxy.poolEntry |
Modifier and Type | Method and Description |
---|---|
protected CPoolEntry |
CPool.createEntry(HttpRoute route,
ManagedHttpClientConnection conn) |
(package private) CPoolEntry |
CPoolProxy.detach() |
static CPoolEntry |
CPoolProxy.detach(org.apache.http.HttpClientConnection conn) |
(package private) CPoolEntry |
CPoolProxy.getPoolEntry() |
static CPoolEntry |
CPoolProxy.getPoolEntry(org.apache.http.HttpClientConnection proxy) |
Modifier and Type | Method and Description |
---|---|
private java.lang.String |
PoolingHttpClientConnectionManager.format(CPoolEntry entry) |
static org.apache.http.HttpClientConnection |
CPoolProxy.newProxy(CPoolEntry poolEntry) |
protected boolean |
CPool.validate(CPoolEntry entry) |
Modifier and Type | Method and Description |
---|---|
protected org.apache.http.HttpClientConnection |
PoolingHttpClientConnectionManager.leaseConnection(java.util.concurrent.Future<CPoolEntry> future,
long timeout,
java.util.concurrent.TimeUnit timeUnit) |
Constructor and Description |
---|
CPoolProxy(CPoolEntry entry) |