Package org.keycloak.connections.httpclient
package org.keycloak.connections.httpclient
-
ClassDescriptionThe default
HttpClientFactory
forHttpClientProvider's
used by Keycloak for outbound HTTP calls.Abstraction for creating HttpClients.ProxyMappings
describes an ordered mapping for hostname regex patterns to aHttpHost
proxy.ProxyMappings.ProxyMapping
describes a Proxy Mapping with a HostnamePattern
that is mapped to a proxyHttpHost
.ADefaultRoutePlanner
that determines the proxy to use for a given target hostname by consulting the givenProxyMappings
.Limit the amount of data read to prevent aOutOfMemoryError
.