|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WaitingThread | |
---|---|
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 | |
---|---|
protected Queue<WaitingThread> |
RouteSpecificPool.waitingThreads
The list of threads waiting for this pool. |
protected Queue<WaitingThread> |
ConnPoolByRoute.waitingThreads
The list of WaitingThreads waiting for a connection |
Methods in org.apache.http.impl.conn.tsccm that return WaitingThread | |
---|---|
protected WaitingThread |
ConnPoolByRoute.newWaitingThread(Condition cond,
RouteSpecificPool rospl)
Creates a new waiting thread. |
WaitingThread |
RouteSpecificPool.nextThread()
Returns the next thread in the queue. |
Methods in org.apache.http.impl.conn.tsccm that return types with arguments of type WaitingThread | |
---|---|
protected Queue<WaitingThread> |
ConnPoolByRoute.createWaitingThreadQueue()
Creates the queue for ConnPoolByRoute.waitingThreads . |
Methods in org.apache.http.impl.conn.tsccm with parameters of type WaitingThread | |
---|---|
void |
RouteSpecificPool.queueThread(WaitingThread wt)
Adds a waiting thread. |
void |
RouteSpecificPool.removeThread(WaitingThread wt)
Removes a waiting thread, if it is queued. |
void |
WaitingThreadAborter.setWaitingThread(WaitingThread waitingThread)
Sets the waiting thread. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |