| 软件包 | 描述 |
|---|---|
| org.apache.http.impl.client |
默认HTTP客户端实现。
|
| org.apache.http.impl.execchain |
HTTP请求执行链API。
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultRedirectStrategy
默认执行 RedirectStrategy 。
|
class |
LaxRedirectStrategy
Lax RedirectStrategy实现自动重定向所有HEAD,GET,POST和DELETE请求。
|
| Modifier and Type | Field and Description |
|---|---|
protected RedirectStrategy |
DefaultRequestDirector.redirectStrategy
已过时。
重定向策略。
|
| Modifier and Type | Method and Description |
|---|---|
RedirectStrategy |
AbstractHttpClient.getRedirectStrategy()
已过时。
|
| Constructor and Description |
|---|
RedirectExec(ClientExecChain requestExecutor, HttpRoutePlanner routePlanner, RedirectStrategy redirectStrategy) |
Copyright © 1999–2017 The Apache Software Foundation. All rights reserved.