| 软件包 | 描述 |
|---|---|
| org.apache.http.impl.conn |
客户端连接管理功能的默认实现。
|
| org.apache.http.impl.conn.tsccm |
已过时。
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultClientConnectionOperator
已过时。
(4.3)使用
PoolingHttpClientConnectionManager 。
|
| Modifier and Type | Field and Description |
|---|---|
protected ClientConnectionOperator |
SingleClientConnManager.connOperator
已过时。
用于打开和更新连接的操作员。
|
protected ClientConnectionOperator |
AbstractPoolEntry.connOperator
已过时。
连接运算符。
|
| Modifier and Type | Method and Description |
|---|---|
protected ClientConnectionOperator |
BasicClientConnectionManager.createConnectionOperator(SchemeRegistry schreg)
已过时。
|
protected ClientConnectionOperator |
SingleClientConnManager.createConnectionOperator(SchemeRegistry schreg)
已过时。
钩子用于创建连接运算符。
|
protected ClientConnectionOperator |
PoolingClientConnectionManager.createConnectionOperator(SchemeRegistry schreg)
已过时。
钩子用于创建连接运算符。
|
| Constructor and Description |
|---|
AbstractPoolEntry(ClientConnectionOperator connOperator, HttpRoute route)
已过时。
创建一个新的池条目。
|
| Modifier and Type | Field and Description |
|---|---|
protected ClientConnectionOperator |
ThreadSafeClientConnManager.connOperator
已过时。
用于打开和更新连接的操作员。
|
protected ClientConnectionOperator |
ConnPoolByRoute.operator
已过时。
此池的连接运算符
|
| Modifier and Type | Method and Description |
|---|---|
protected ClientConnectionOperator |
ThreadSafeClientConnManager.createConnectionOperator(SchemeRegistry schreg)
已过时。
钩子用于创建连接运算符。
|
| Modifier and Type | Method and Description |
|---|---|
protected BasicPoolEntry |
ConnPoolByRoute.createEntry(RouteSpecificPool rospl, ClientConnectionOperator op)
已过时。
创建一个新的池条目。
|
| Constructor and Description |
|---|
BasicPoolEntry(ClientConnectionOperator op, HttpRoute route)
已过时。
创建一个新的池条目。
|
BasicPoolEntry(ClientConnectionOperator op, HttpRoute route, long connTTL, TimeUnit timeunit)
已过时。
创建一个具有指定最大生命周期的新池条目。
|
BasicPoolEntry(ClientConnectionOperator op, HttpRoute route, ReferenceQueue<Object> queue)
已过时。
|
ConnPoolByRoute(ClientConnectionOperator operator, ConnPerRoute connPerRoute, int maxTotalConnections)
已过时。
创建一个新的连接池,由路由管理。
|
ConnPoolByRoute(ClientConnectionOperator operator, ConnPerRoute connPerRoute, int maxTotalConnections, long connTTL, TimeUnit connTTLTimeUnit)
已过时。
|
ConnPoolByRoute(ClientConnectionOperator operator, HttpParams params)
|
Copyright © 1999–2017 The Apache Software Foundation. All rights reserved.