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