Uses of Class
org.eclipse.sw360.http.config.HttpClientConfig
-
Packages that use HttpClientConfig Package Description org.eclipse.sw360.http org.eclipse.sw360.http.config -
-
Uses of HttpClientConfig in org.eclipse.sw360.http
Methods in org.eclipse.sw360.http with parameters of type HttpClientConfig Modifier and Type Method Description HttpClientHttpClientFactory. newHttpClient(HttpClientConfig config)Creates a new instance ofHttpClientand configures it according to the passed in configuration object.HttpClientHttpClientFactoryImpl. newHttpClient(HttpClientConfig config)HttpClientHttpClientFactory. newHttpClientAlt(HttpClientConfig config)Creates a new instance ofHttpClientand configures it according to the passed in configuration object.HttpClientHttpClientFactoryImpl. newHttpClientAlt(HttpClientConfig config) -
Uses of HttpClientConfig in org.eclipse.sw360.http.config
Methods in org.eclipse.sw360.http.config that return HttpClientConfig Modifier and Type Method Description static HttpClientConfigHttpClientConfig. basicConfig()Returns a basicHttpClientConfiginstance.HttpClientConfigHttpClientConfig. withObjectMapper(com.fasterxml.jackson.databind.ObjectMapper newMapper)Returns a new instance ofHttpClientConfigthat contains the same settings as this instance, but with the JSON object mapper set to the parameter specified.HttpClientConfigHttpClientConfig. withProxySettings(ProxySettings newProxySettings)Returns a new instance ofHttpClientConfigthat contains the same settings as this instance, but with the proxy configuration set to the parameter specified.
-