©2008 Google -
Code Home -
Site Terms of Service -
Privacy Policy -
Site Directory
Google Code offered in:
中文 -
English -
Português -
Pусский -
Español -
日本語
The implementation of a thread-safe client connection manager. more...
| PoolEntryRequest | Encapsulates a request for a BasicPoolEntry. |
| RefQueueHandler | Callback handler for RefQueueWorker. |
| AbstractConnPool | An abstract connection pool. |
| BasicPooledConnAdapter | A connection wrapper and callback handler. |
| BasicPoolEntry | Basic implementation of a connection pool entry. |
| BasicPoolEntryRef | A weak reference to a BasicPoolEntry. |
| ConnPoolByRoute | A connection pool that maintains connections by route. |
| RefQueueWorker | A worker thread for processing queued references. |
| RouteSpecificPool | A connection sub-pool for a specific route, used by ConnPoolByRoute. |
| ThreadSafeClientConnManager | Manages a pool of client connections. |
| WaitingThread | Represents a thread waiting for a connection. |
| WaitingThreadAborter | A simple class that can interrupt a WaitingThread. |