Uses of Class
jdk.incubator.http.HttpClient
-
Packages that use HttpClient Package Description jdk.incubator.http High level HTTP and WebSocket API -
-
Uses of HttpClient in jdk.incubator.http
Methods in jdk.incubator.http that return HttpClient Modifier and Type Method Description abstract HttpClientHttpClient.Builder. build()Returns aHttpClientbuilt from the current state of this builder.static HttpClientHttpClient. newHttpClient()Returns a new HttpClient with default settings.
-