Package | Description |
---|---|
org.apache.http.impl.nio.conn |
Default implementations of asynchronous client connection
management functions.
|
Modifier and Type | Field and Description |
---|---|
private CPoolEntry |
CPoolProxy.poolEntry |
Modifier and Type | Method and Description |
---|---|
protected CPoolEntry |
CPool.createEntry(org.apache.http.conn.routing.HttpRoute route,
ManagedNHttpClientConnection conn) |
(package private) CPoolEntry |
CPoolProxy.detach() |
static CPoolEntry |
CPoolProxy.detach(org.apache.http.nio.NHttpClientConnection proxy) |
(package private) CPoolEntry |
CPoolProxy.getPoolEntry() |
static CPoolEntry |
CPoolProxy.getPoolEntry(org.apache.http.nio.NHttpClientConnection proxy) |
Modifier and Type | Method and Description |
---|---|
private java.lang.String |
PoolingNHttpClientConnectionManager.format(CPoolEntry entry) |
static org.apache.http.nio.NHttpClientConnection |
CPoolProxy.newProxy(CPoolEntry poolEntry) |
protected void |
CPool.onLease(CPoolEntry entry) |
protected void |
CPool.onRelease(CPoolEntry entry) |
Constructor and Description |
---|
CPoolProxy(CPoolEntry entry) |