Package | Description |
---|---|
okhttp3 |
An HTTP+HTTP/2 client for Android and Java applications.
|
Modifier and Type | Method and Description |
---|---|
(package private) HttpUrl.Builder.ParseResult |
HttpUrl.Builder.parse(HttpUrl base,
java.lang.String input) |
static HttpUrl.Builder.ParseResult |
HttpUrl.Builder.ParseResult.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HttpUrl.Builder.ParseResult[] |
HttpUrl.Builder.ParseResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|