| Package | Description |
|---|---|
| org.apache.http.impl.conn |
Default implementations of client connection management
functions.
|
| org.apache.http.impl.conn.tsccm |
Deprecated.
|
| Modifier and Type | Class | Description |
|---|---|---|
protected class |
SingleClientConnManager.PoolEntry |
Deprecated.
The pool entry for this connection manager.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected AbstractPoolEntry |
AbstractPooledConnAdapter.poolEntry |
Deprecated.
The wrapped pool entry.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected AbstractPoolEntry |
AbstractPooledConnAdapter.getPoolEntry() |
Deprecated.
(4.0.1)
|
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
AbstractPooledConnAdapter.assertValid(AbstractPoolEntry entry) |
Deprecated.
Asserts that there is a valid pool entry.
|
| Constructor | Description |
|---|---|
AbstractPooledConnAdapter(ClientConnectionManager manager,
AbstractPoolEntry entry) |
Deprecated.
Creates a new connection adapter.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
BasicPoolEntry |
Deprecated.
(4.2) use
PoolEntry |
| Modifier and Type | Method | Description |
|---|---|---|
protected AbstractPoolEntry |
BasicPooledConnAdapter.getPoolEntry() |
Deprecated.
|
| Constructor | Description |
|---|---|
BasicPooledConnAdapter(ThreadSafeClientConnManager tsccm,
AbstractPoolEntry entry) |
Deprecated.
Creates a new adapter.
|