|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.http.impl.conn.tsccm.ConnPoolByRoute.WaitingThread
protected static class ConnPoolByRoute.WaitingThread
A thread and the pool in which it is waiting.
Field Summary | |
---|---|
boolean |
interruptedByConnectionPool
Indicates the source of an interruption. |
RouteSpecificPool |
pool
The route specific pool the thread is waiting for. |
java.lang.Thread |
thread
The thread that is waiting for an entry. |
Constructor Summary | |
---|---|
protected |
ConnPoolByRoute.WaitingThread()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.Thread thread
public RouteSpecificPool pool
public boolean interruptedByConnectionPool
true
inside
ConnPoolByRoute.notifyWaitingThread(RouteSpecificPool)
and shutdown()
before the thread is interrupted.
If not set, the thread was interrupted from the outside.
Constructor Detail |
---|
protected ConnPoolByRoute.WaitingThread()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |