Uses of Class
org.projectnessie.client.http.HttpClient
-
Packages that use HttpClient Package Description org.projectnessie.client.http -
-
Uses of HttpClient in org.projectnessie.client.http
Methods in org.projectnessie.client.http that return HttpClient Modifier and Type Method Description HttpClientHttpClient.HttpClientBuilder. build()Construct an HttpClient from builder settings.Methods in org.projectnessie.client.http with parameters of type HttpClient Modifier and Type Method Description voidHttpAuthentication. applyToHttpClient(HttpClient client)Configure the givenHttpClientto use this instance..
-