Uses of Class
org.keycloak.connections.httpclient.ProxyMappings
- 
Packages that use ProxyMappings Package Description org.keycloak.connections.httpclient 
- 
- 
Uses of ProxyMappings in org.keycloak.connections.httpclientFields in org.keycloak.connections.httpclient declared as ProxyMappings Modifier and Type Field Description protected ProxyMappingsHttpClientBuilder. proxyMappingsMethods in org.keycloak.connections.httpclient that return ProxyMappings Modifier and Type Method Description static ProxyMappingsProxyMappings. valueOf(String... proxyMappings)Creates a newProxyMappingsfrom the providedString[]of proxy mapping strings.static ProxyMappingsProxyMappings. valueOf(List<String> proxyMappings)Creates a newProxyMappingsfrom the providedListof proxy mapping strings.static ProxyMappingsProxyMappings. withFixedProxyMapping(String httpProxy, String noProxy)Creates a newProxyMappingsfrom provided parameters representing the establishedHTTP(S)_PROXYandNO_PROXYenvironment variables.Methods in org.keycloak.connections.httpclient with parameters of type ProxyMappings Modifier and Type Method Description HttpClientBuilderHttpClientBuilder. proxyMappings(ProxyMappings proxyMappings)Constructors in org.keycloak.connections.httpclient with parameters of type ProxyMappings Constructor Description ProxyMappingsAwareRoutePlanner(ProxyMappings proxyMappings)
 
-