| 程序包 | 说明 |
|---|---|
| com.ptteng.course.util.aliPayUtil.apacheCommonUtil.httpclient |
Classes and interfaces supporting the client side of the HTTP protocol.
|
| com.ptteng.course.util.aliPayUtil.apacheCommonUtil.httpclient.auth |
Provides implementation of various authentication schemes as well as
utility classes that can be used to authenticate HTTP requests.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Credentials |
HttpState.getCredentials(AuthScope authscope)
Get the
credentials for the given authentication scope. |
Credentials |
HttpState.getProxyCredentials(AuthScope authscope)
Get the
proxy credentials for the given authentication scope. |
void |
HttpState.setCredentials(AuthScope authscope,
Credentials credentials)
Sets the
credentials for the given authentication
scope. |
void |
HttpState.setProxyCredentials(AuthScope authscope,
Credentials credentials)
Sets the
proxy credentials for the given authentication
realm. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
HttpAuthRealm
已过时。
no longer used
|
| 限定符和类型 | 字段和说明 |
|---|---|
static AuthScope |
AuthScope.ANY
Default scope matching any host, port, realm and authentication scheme.
|
| 限定符和类型 | 方法和说明 |
|---|---|
int |
AuthScope.match(AuthScope that)
Tests if the authentication scopes match.
|
| 构造器和说明 |
|---|
AuthScope(AuthScope authscope)
Creates a copy of the given credentials scope.
|
Copyright © 2017. All rights reserved.