Package | Description |
---|---|
org.apache.http.impl.conn |
Default implementations for interfaces in
org.apache.http.impl.conn and related classes. |
org.apache.http.impl.conn.tsccm |
The implementation of a thread-safe client connection manager.
|
Modifier and Type | Class and Description |
---|---|
protected class |
SingleClientConnManager.PoolEntry
The pool entry for this connection manager.
|
Modifier and Type | Field and Description |
---|---|
protected AbstractPoolEntry |
AbstractPooledConnAdapter.poolEntry
The wrapped pool entry.
|
Modifier and Type | Method and Description |
---|---|
protected AbstractPoolEntry |
AbstractPooledConnAdapter.getPoolEntry()
Obtains the pool entry.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractPooledConnAdapter.assertValid(AbstractPoolEntry entry)
Asserts that there is a valid pool entry.
|
Constructor and Description |
---|
AbstractPooledConnAdapter(ClientConnectionManager manager,
AbstractPoolEntry entry)
Creates a new connection adapter.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicPoolEntry
Basic implementation of a connection pool entry.
|
Modifier and Type | Method and Description |
---|---|
protected AbstractPoolEntry |
BasicPooledConnAdapter.getPoolEntry() |
Constructor and Description |
---|
BasicPooledConnAdapter(ThreadSafeClientConnManager tsccm,
AbstractPoolEntry entry)
Creates a new adapter.
|
Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.