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.httpclient
Fields in org.keycloak.connections.httpclient declared as ProxyMappings Modifier and Type Field Description protected ProxyMappings
HttpClientBuilder. proxyMappings
Methods in org.keycloak.connections.httpclient that return ProxyMappings Modifier and Type Method Description static ProxyMappings
ProxyMappings. valueOf(String... proxyMappings)
Creates a newProxyMappings
from the providedString[]
of proxy mapping strings.static ProxyMappings
ProxyMappings. valueOf(List<String> proxyMappings)
Creates a newProxyMappings
from the providedList
of proxy mapping strings.static ProxyMappings
ProxyMappings. withFixedProxyMapping(String httpProxy, String noProxy)
Creates a newProxyMappings
from provided parameters representing the establishedHTTP(S)_PROXY
andNO_PROXY
environment variables.Methods in org.keycloak.connections.httpclient with parameters of type ProxyMappings Modifier and Type Method Description HttpClientBuilder
HttpClientBuilder. proxyMappings(ProxyMappings proxyMappings)
Constructors in org.keycloak.connections.httpclient with parameters of type ProxyMappings Constructor Description ProxyMappingsAwareRoutePlanner(ProxyMappings proxyMappings)
-