A B C D E F G H I J K L M N O P Q R S T U V W
V
- valueOf(String) - Static method in enum jdk.incubator.http.HttpClient.Redirect
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jdk.incubator.http.HttpClient.Version
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jdk.incubator.http.WebSocket.MessagePart
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum jdk.incubator.http.HttpClient.Redirect
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jdk.incubator.http.HttpClient.Version
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Method in class jdk.incubator.http.MultiMapResult
- values() - Static method in enum jdk.incubator.http.WebSocket.MessagePart
-
Returns an array containing the constants of this enum type, in the order they are declared.
- version() - Method in class jdk.incubator.http.HttpClient
-
Returns the HTTP protocol version requested for this client.
- version() - Method in class jdk.incubator.http.HttpRequest
-
Returns the HTTP protocol version that will be requested for this
HttpRequest
. - version() - Method in class jdk.incubator.http.HttpResponse
-
Returns the HTTP protocol version that was used for this response.
- version(HttpClient.Version) - Method in class jdk.incubator.http.HttpClient.Builder
-
Requests a specific HTTP protocol version where possible.
- version(HttpClient.Version) - Method in class jdk.incubator.http.HttpRequest.Builder
-
Overrides the
HttpClient.version()
setting for this request.