Uses of Class
org.apache.hc.client5.http.rest.RestClientBuilder
-
Uses of RestClientBuilder in org.apache.hc.client5.http.rest
Methods in org.apache.hc.client5.http.rest that return RestClientBuilderModifier and TypeMethodDescriptionSets the base URI for all requests.Sets the base URI for all requests.RestClientBuilder.httpClient(CloseableHttpAsyncClient client) Sets the async HTTP client to use for requests.static RestClientBuilderRestClientBuilder.newBuilder()Creates a new builder instance.RestClientBuilder.objectMapper(com.fasterxml.jackson.databind.ObjectMapper mapper) Sets the JacksonObjectMapperfor JSON serialization and deserialization.