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 and Description |
---|---|
protected class |
SingleClientConnManager.PoolEntry
Deprecated.
The pool entry for this connection manager.
|
Modifier and Type | Field and Description |
---|---|
protected AbstractPoolEntry |
AbstractPooledConnAdapter.poolEntry
Deprecated.
The wrapped pool entry.
|
Modifier and Type | Method and Description |
---|---|
protected AbstractPoolEntry |
AbstractPooledConnAdapter.getPoolEntry()
Deprecated.
(4.0.1)
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractPooledConnAdapter.assertValid(AbstractPoolEntry entry)
Deprecated.
Asserts that there is a valid pool entry.
|
Constructor and Description |
---|
AbstractPooledConnAdapter(ClientConnectionManager manager,
AbstractPoolEntry entry)
Deprecated.
Creates a new connection adapter.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicPoolEntry
Deprecated.
(4.2) use
PoolEntry |
Modifier and Type | Method and Description |
---|---|
protected AbstractPoolEntry |
BasicPooledConnAdapter.getPoolEntry()
Deprecated.
|
Constructor and Description |
---|
BasicPooledConnAdapter(ThreadSafeClientConnManager tsccm,
AbstractPoolEntry entry)
Deprecated.
Creates a new adapter.
|
Copyright © 1999–2022 The Apache Software Foundation. All rights reserved.