| 软件包 | 描述 |
|---|---|
| org.apache.http.auth |
客户端HTTP认证API。
|
| org.apache.http.client |
客户端HTTP通信API。
|
| Modifier and Type | Method and Description |
|---|---|
Queue<AuthOption> |
AuthState.getAuthOptions()
退货可用 AuthOption s。
|
| Modifier and Type | Method and Description |
|---|---|
void |
AuthState.update(Queue<AuthOption> authOptions)
更新auth状态与队列 AuthOption s。
|
| Modifier and Type | Method and Description |
|---|---|
Queue<AuthOption> |
AuthenticationStrategy.select(Map<String,Header> challenges, HttpHost authhost, HttpResponse response, HttpContext context)
从所有可用的中选择一个认证挑战,并创建并生成能够处理该挑战的 AuthOption实例。
|
Copyright © 1999–2017 The Apache Software Foundation. All rights reserved.