| Package | Description |
|---|---|
| okhttp3 |
An HTTP+HTTP/2 client for Android and Java applications.
|
| okhttp3.internal.http |
| Modifier and Type | Method and Description |
|---|---|
Challenge |
Challenge.withCharset(java.nio.charset.Charset charset)
Returns a copy of this charset that expects a credential encoded with
charset. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Challenge> |
Response.challenges()
Returns the authorization challenges appropriate for this response's code.
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<Challenge> |
HttpHeaders.parseChallenges(Headers responseHeaders,
java.lang.String challengeHeader)
Parse RFC 7617 challenges, also wrong ordered ones.
|