Uses of Package
org.apache.http.impl.conn.tsccm

Packages that use org.apache.http.impl.conn.tsccm
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
AbstractConnPool
          An abstract connection pool.
BasicPoolEntry
          Basic implementation of a connection pool entry.
BasicPoolEntryRef
          A weak reference to a BasicPoolEntry.
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-2010 Apache Software Foundation. All Rights Reserved.