Package | Description |
---|---|
org.apache.http.impl.conn.tsccm |
The implementation of a thread-safe client connection manager.
|
Modifier and Type | Field and Description |
---|---|
protected Queue<WaitingThread> |
ConnPoolByRoute.waitingThreads
The list of WaitingThreads waiting for a connection
|
protected Queue<WaitingThread> |
RouteSpecificPool.waitingThreads
The list of threads waiting for this pool.
|
Modifier and Type | Method and Description |
---|---|
protected WaitingThread |
ConnPoolByRoute.newWaitingThread(Condition cond,
RouteSpecificPool rospl)
Creates a new waiting thread.
|
WaitingThread |
RouteSpecificPool.nextThread()
Returns the next thread in the queue.
|
Modifier and Type | Method and Description |
---|---|
protected Queue<WaitingThread> |
ConnPoolByRoute.createWaitingThreadQueue()
Creates the queue for
ConnPoolByRoute.waitingThreads . |
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.