| 软件包 | 描述 |
|---|---|
| org.apache.http.client.protocol |
客户端特定的HTTP协议处理程序。
|
| org.apache.http.impl.auth |
标准和常规HTTP认证方案的默认实现。
|
| org.apache.http.impl.client |
默认HTTP客户端实现。
|
| Modifier and Type | Method and Description |
|---|---|
AuthState |
HttpClientContext.getProxyAuthState() |
AuthState |
HttpClientContext.getTargetAuthState() |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpAuthenticator.generateAuthResponse(HttpRequest request, AuthState authState, HttpContext context) |
boolean |
HttpAuthenticator.handleAuthChallenge(HttpHost host, HttpResponse response, AuthenticationStrategy authStrategy, AuthState authState, HttpContext context) |
boolean |
HttpAuthenticator.isAuthenticationRequested(HttpHost host, HttpResponse response, AuthenticationStrategy authStrategy, AuthState authState, HttpContext context) |
| Modifier and Type | Field and Description |
|---|---|
protected AuthState |
DefaultRequestDirector.proxyAuthState
已过时。
|
protected AuthState |
DefaultRequestDirector.targetAuthState
已过时。
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
HttpAuthenticator.authenticate(HttpHost host, HttpResponse response, AuthenticationStrategy authStrategy, AuthState authState, HttpContext context)
已过时。
|
Copyright © 1999–2017 The Apache Software Foundation. All rights reserved.