Uses of Class
org.apache.http.impl.conn.tsccm.WaitingThread
| Package | Description |
|---|---|
| org.apache.http.impl.conn.tsccm |
The implementation of a thread-safe client connection manager.
|
-
Uses of WaitingThread in org.apache.http.impl.conn.tsccm
Fields in org.apache.http.impl.conn.tsccm with type parameters of type WaitingThread Modifier and Type Field Description protected Queue<WaitingThread>ConnPoolByRoute. waitingThreadsThe list of WaitingThreads waiting for a connectionprotected Queue<WaitingThread>RouteSpecificPool. waitingThreadsThe list of threads waiting for this pool.Methods in org.apache.http.impl.conn.tsccm that return WaitingThread Modifier and Type Method Description protected WaitingThreadConnPoolByRoute. newWaitingThread(Condition cond, RouteSpecificPool rospl)Creates a new waiting thread.WaitingThreadRouteSpecificPool. nextThread()Returns the next thread in the queue.Methods in org.apache.http.impl.conn.tsccm that return types with arguments of type WaitingThread Modifier and Type Method Description protected Queue<WaitingThread>ConnPoolByRoute. createWaitingThreadQueue()Creates the queue forConnPoolByRoute.waitingThreads.Methods in org.apache.http.impl.conn.tsccm with parameters of type WaitingThread Modifier and Type Method Description voidRouteSpecificPool. queueThread(WaitingThread wt)Adds a waiting thread.voidRouteSpecificPool. removeThread(WaitingThread wt)Removes a waiting thread, if it is queued.voidWaitingThreadAborter. setWaitingThread(WaitingThread waitingThread)Sets the waiting thread.