| 软件包 | 描述 |
|---|---|
| org.apache.http.client.protocol |
客户端特定的HTTP协议处理程序。
|
| org.apache.http.client.utils |
客户端实用程序类。
|
| org.apache.http.conn.routing |
客户端连接路由API。
|
| Modifier and Type | Method and Description |
|---|---|
RouteInfo |
HttpClientContext.getHttpRoute() |
| Modifier and Type | Method and Description |
|---|---|
static URI |
URIUtils.rewriteURIForRoute(URI uri, RouteInfo route)
一种方便的方法,可以将原始的 URI转换为指定路由所要求的相对或绝对形式。
|
| Modifier and Type | Class and Description |
|---|---|
class |
HttpRoute
请求的路由。
|
class |
RouteTracker
帮助跟踪建立路线的步骤。
|
| Modifier and Type | Method and Description |
|---|---|
protected int |
BasicRouteDirector.directStep(RouteInfo plan, RouteInfo fact)
确定建立直接连接的下一步。
|
protected int |
BasicRouteDirector.firstStep(RouteInfo plan)
确定建立路线的第一步。
|
int |
HttpRouteDirector.nextStep(RouteInfo plan, RouteInfo fact)
提供下一步。
|
int |
BasicRouteDirector.nextStep(RouteInfo plan, RouteInfo fact)
提供下一步。
|
protected int |
BasicRouteDirector.proxiedStep(RouteInfo plan, RouteInfo fact)
确定通过代理建立连接的下一步。
|
Copyright © 1999–2017 The Apache Software Foundation. All rights reserved.