java.lang.Object | |
↳ | org.apache.http.impl.conn.tsccm.WaitingThreadAborter |
A simple class that can interrupt a WaitingThread
.
Must be called with the pool lock held.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
If a waiting thread has been set, interrupts it.
| |||||||||||
Sets the waiting thread.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Sets the waiting thread. If this has already been aborted, the waiting thread is immediately interrupted.
waitingThread | The thread to interrupt when aborting. |
---|