Package | Description |
---|---|
org.apache.http.impl.conn.tsccm |
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected Queue<WaitingThread> |
RouteSpecificPool.waitingThreads
Deprecated.
The list of threads waiting for this pool.
|
protected Queue<WaitingThread> |
ConnPoolByRoute.waitingThreads
Deprecated.
The list of WaitingThreads waiting for a connection
|
Modifier and Type | Method and Description |
---|---|
protected WaitingThread |
ConnPoolByRoute.newWaitingThread(Condition cond,
RouteSpecificPool rospl)
Deprecated.
Creates a new waiting thread.
|
WaitingThread |
RouteSpecificPool.nextThread()
Deprecated.
Returns the next thread in the queue.
|
Modifier and Type | Method and Description |
---|---|
protected Queue<WaitingThread> |
ConnPoolByRoute.createWaitingThreadQueue()
Deprecated.
Creates the queue for
ConnPoolByRoute.waitingThreads . |
Modifier and Type | Method and Description |
---|---|
void |
RouteSpecificPool.queueThread(WaitingThread wt)
Deprecated.
Adds a waiting thread.
|
void |
RouteSpecificPool.removeThread(WaitingThread wt)
Deprecated.
Removes a waiting thread, if it is queued.
|
void |
WaitingThreadAborter.setWaitingThread(WaitingThread waitingThread)
Deprecated.
Sets the waiting thread.
|
Copyright © 1999–2022 The Apache Software Foundation. All rights reserved.