| 软件包 | 描述 |
|---|---|
| org.apache.http.impl.conn.tsccm |
已过时。
|
| Modifier and Type | Field and Description |
|---|---|
protected Queue<WaitingThread> |
RouteSpecificPool.waitingThreads
已过时。
等待这个池的线程列表。
|
protected Queue<WaitingThread> |
ConnPoolByRoute.waitingThreads
已过时。
WaitingThreads等待连接的列表
|
| Modifier and Type | Method and Description |
|---|---|
protected WaitingThread |
ConnPoolByRoute.newWaitingThread(Condition cond, RouteSpecificPool rospl)
已过时。
创建一个新的等待线程。
|
WaitingThread |
RouteSpecificPool.nextThread()
已过时。
返回队列中的下一个线程。
|
| Modifier and Type | Method and Description |
|---|---|
protected Queue<WaitingThread> |
ConnPoolByRoute.createWaitingThreadQueue()
已过时。
|
| Modifier and Type | Method and Description |
|---|---|
void |
RouteSpecificPool.queueThread(WaitingThread wt)
已过时。
添加等待线程。
|
void |
RouteSpecificPool.removeThread(WaitingThread wt)
已过时。
删除等待线程,如果它排队。
|
void |
WaitingThreadAborter.setWaitingThread(WaitingThread waitingThread)
已过时。
设置等待线程。
|
Copyright © 1999–2017 The Apache Software Foundation. All rights reserved.