| 软件包 | 描述 |
|---|---|
| org.apache.http.conn |
客户端连接管理API。
|
| org.apache.http.impl.conn |
客户端连接管理功能的默认实现。
|
| org.apache.http.impl.conn.tsccm |
已过时。
|
| Modifier and Type | Method and Description |
|---|---|
HttpClientConnection |
ConnectionRequest.get(long timeout, TimeUnit tunit)
在给定时间内获取连接。
|
ManagedClientConnection |
ClientConnectionRequest.getConnection(long timeout, TimeUnit tunit)
已过时。
在给定时间内获取连接。
|
| Modifier and Type | Method and Description |
|---|---|
protected HttpClientConnection |
PoolingHttpClientConnectionManager.leaseConnection(Future<org.apache.http.impl.conn.CPoolEntry> future, long timeout, TimeUnit tunit) |
| Modifier and Type | Method and Description |
|---|---|
BasicPoolEntry |
AbstractConnPool.getEntry(HttpRoute route, Object state, long timeout, TimeUnit tunit)
已过时。
在给定的超时内获取连接的池条目。
|
protected BasicPoolEntry |
ConnPoolByRoute.getEntryBlocking(HttpRoute route, Object state, long timeout, TimeUnit tunit, WaitingThreadAborter aborter)
已过时。
在给定的超时内获取连接的池条目。
|
BasicPoolEntry |
PoolEntryRequest.getPoolEntry(long timeout, TimeUnit tunit)
已过时。
在给定的超时内获取连接的池条目。
|
Copyright © 1999–2017 The Apache Software Foundation. All rights reserved.