Uses of Class
jdk.incubator.http.HttpClient.Redirect
-
Packages that use HttpClient.Redirect Package Description jdk.incubator.http High level HTTP and WebSocket API -
-
Uses of HttpClient.Redirect in jdk.incubator.http
Methods in jdk.incubator.http that return HttpClient.Redirect Modifier and Type Method Description abstract HttpClient.Redirect
HttpClient. followRedirects()
Returns the follow-redirects setting for this client.static HttpClient.Redirect
HttpClient.Redirect. valueOf(String name)
Returns the enum constant of this type with the specified name.static HttpClient.Redirect[]
HttpClient.Redirect. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in jdk.incubator.http with parameters of type HttpClient.Redirect Modifier and Type Method Description abstract HttpClient.Builder
HttpClient.Builder. followRedirects(HttpClient.Redirect policy)
Specifies whether requests will automatically follow redirects issued by the server.
-