Uses of Package
org.apache.http.impl.conn.tsccm
| Package | Description |
|---|---|
| org.apache.http.impl.conn.tsccm |
The implementation of a thread-safe client connection manager.
|
-
Classes in org.apache.http.impl.conn.tsccm used by org.apache.http.impl.conn.tsccm Class Description AbstractConnPool An abstract connection pool.BasicPoolEntry Basic implementation of a connection pool entry.BasicPoolEntryRef A weak reference to aBasicPoolEntry.PoolEntryRequest Encapsulates a request for aBasicPoolEntry.RefQueueHandler Callback handler forRefQueueWorker.RouteSpecificPool A connection sub-pool for a specific route, used byConnPoolByRoute.ThreadSafeClientConnManager Manages a pool ofclient connections.WaitingThread Represents a thread waiting for a connection.WaitingThreadAborter A simple class that can interrupt aWaitingThread.