Uses of Class
rs.adsdev.ifconfig.client.IfconfigClient.Builder
-
Uses of IfconfigClient.Builder in rs.adsdev.ifconfig.client
Methods in rs.adsdev.ifconfig.client that return IfconfigClient.BuilderModifier and TypeMethodDescriptionAPI key sent asAuthorization: Bearer <key>.Base URL of the ifconfig service.static IfconfigClient.BuilderIfconfigClient.builder()IfconfigClient.Builder.connectTimeout(Duration timeout) TCP connect timeout for the defaultHttpClient.IfconfigClient.Builder.httpClient(HttpClient client) Use a caller-suppliedHttpClientinstead of the default.IfconfigClient.Builder.objectMapper(com.fasterxml.jackson.databind.ObjectMapper mapper) Use a caller-suppliedObjectMapper.IfconfigClient.Builder.requestTimeout(Duration timeout) Per-request timeout (read and response).Overrides theUser-Agentheader on every request.