| 软件包 | 描述 |
|---|---|
| org.apache.http.conn |
客户端连接管理API。
|
| org.apache.http.impl.conn |
客户端连接管理功能的默认实现。
|
| org.apache.http.impl.conn.tsccm |
已过时。
|
| Modifier and Type | Method and Description |
|---|---|
OperatedClientConnection |
ClientConnectionOperator.createConnection()
已过时。
创建一个可以操作的新连接。
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClientConnectionOperator.openConnection(OperatedClientConnection conn, HttpHost target, InetAddress local, HttpContext context, HttpParams params)
已过时。
打开与给定目标主机的连接。
|
void |
ClientConnectionOperator.updateSecureConnection(OperatedClientConnection conn, HttpHost target, HttpContext context, HttpParams params)
已过时。
更新与分层安全连接的连接。
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultClientConnection
已过时。
(4.3)使用
ManagedHttpClientConnectionFactory 。
|
| Modifier and Type | Field and Description |
|---|---|
protected OperatedClientConnection |
AbstractPoolEntry.connection
已过时。
正在汇集或使用的底层连接。
|
| Modifier and Type | Method and Description |
|---|---|
OperatedClientConnection |
DefaultClientConnectionOperator.createConnection()
已过时。
|
protected OperatedClientConnection |
AbstractClientConnAdapter.getWrappedConnection()
已过时。
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractClientConnAdapter.assertValid(OperatedClientConnection wrappedConn)
已过时。
断言有一个有效的包装连接来委托。
|
void |
DefaultClientConnectionOperator.openConnection(OperatedClientConnection conn, HttpHost target, InetAddress local, HttpContext context, HttpParams params)
已过时。
|
void |
DefaultClientConnectionOperator.updateSecureConnection(OperatedClientConnection conn, HttpHost target, HttpContext context, HttpParams params)
已过时。
|
| Constructor and Description |
|---|
AbstractClientConnAdapter(ClientConnectionManager mgr, OperatedClientConnection conn)
已过时。
创建一个新的连接适配器。
|
| Modifier and Type | Method and Description |
|---|---|
protected OperatedClientConnection |
BasicPoolEntry.getConnection()
已过时。
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractConnPool.closeConnection(OperatedClientConnection conn)
已过时。
关闭此池的连接。
|
Copyright © 1999–2017 The Apache Software Foundation. All rights reserved.