public final class Challenge extends Object
| Constructor and Description |
|---|
Challenge(String scheme,
Map<String,String> authParams) |
Challenge(String scheme,
String realm) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
authParams() |
Charset |
charset() |
boolean |
equals(Object other) |
int |
hashCode() |
String |
realm() |
String |
scheme() |
String |
toString() |
Challenge |
withCharset(Charset charset)
该副本需要使用
charset编码的凭据. |
Copyright © 2019. All rights reserved.