| Package | Description |
|---|---|
| org.apache.http.impl.conn.tsccm |
The implementation of a thread-safe client connection manager.
|
| Class and Description |
|---|
| AbstractConnPool
Deprecated.
|
| BasicPoolEntry
Basic implementation of a connection pool entry.
|
| BasicPoolEntryRef
A weak reference to a
BasicPoolEntry. |
| ConnPoolByRoute
A connection pool that maintains connections by route.
|
| PoolEntryRequest
Encapsulates a request for a
BasicPoolEntry. |
| RefQueueHandler
Deprecated.
do not use
|
| RouteSpecificPool
A connection sub-pool for a specific route, used by
ConnPoolByRoute. |
| ThreadSafeClientConnManager
Manages a pool of
client connections and
is able to service connection requests from multiple execution threads. |
| WaitingThread
Represents a thread waiting for a connection.
|
| WaitingThreadAborter
A simple class that can interrupt a
WaitingThread. |
Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.