| 软件包 | 描述 |
|---|---|
| org.apache.http.impl.conn.tsccm |
已过时。
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<HttpRoute,RouteSpecificPool> |
ConnPoolByRoute.routeToPool
已过时。
路线专用池的映射
|
| Modifier and Type | Method and Description |
|---|---|
RouteSpecificPool |
WaitingThread.getPool()
已过时。
获得池,如果有一个。
|
protected RouteSpecificPool |
ConnPoolByRoute.getRoutePool(HttpRoute route, boolean create)
已过时。
获取可用连接的路由特定池。
|
protected RouteSpecificPool |
ConnPoolByRoute.newRouteSpecificPool(HttpRoute route)
已过时。
创建一个新的路由特定池。
|
| Modifier and Type | Method and Description |
|---|---|
protected Map<HttpRoute,RouteSpecificPool> |
ConnPoolByRoute.createRouteToPoolMap()
已过时。
创建
ConnPoolByRoute.routeToPool的地图。
|
| Modifier and Type | Method and Description |
|---|---|
protected BasicPoolEntry |
ConnPoolByRoute.createEntry(RouteSpecificPool rospl, ClientConnectionOperator op)
已过时。
创建一个新的池条目。
|
protected BasicPoolEntry |
ConnPoolByRoute.getFreeEntry(RouteSpecificPool rospl, Object state)
已过时。
如果可用,请获取路线的空闲池条目。
|
protected WaitingThread |
ConnPoolByRoute.newWaitingThread(Condition cond, RouteSpecificPool rospl)
已过时。
创建一个新的等待线程。
|
protected void |
ConnPoolByRoute.notifyWaitingThread(RouteSpecificPool rospl)
已过时。
通知等待线程连接可用。
|
| Constructor and Description |
|---|
WaitingThread(Condition cond, RouteSpecificPool pool)
已过时。
为等待线程创建一个新条目。
|
Copyright © 1999–2017 The Apache Software Foundation. All rights reserved.