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