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 RFC 7235 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 headerName)
Parse RFC 7235 challenges.
|
Modifier and Type | Method and Description |
---|---|
private static void |
HttpHeaders.parseChallengeHeader(java.util.List<Challenge> result,
okio.Buffer header) |