Uses of Class
org.forgerock.http.handler.HttpClientHandler.ProxyInfo
Packages that use HttpClientHandler.ProxyInfo
Package
Description
Core
Handler
implementations.Supporting classes for OpenTelemetry configuration.
-
Uses of HttpClientHandler.ProxyInfo in org.forgerock.http.handler
Fields in org.forgerock.http.handler with type parameters of type HttpClientHandler.ProxyInfoModifier and TypeFieldDescriptionstatic final Option<HttpClientHandler.ProxyInfo>
HttpClientHandler.OPTION_PROXY
Specifies a proxy to use for requests by the HTTP Client.Methods in org.forgerock.http.handler that return HttpClientHandler.ProxyInfoModifier and TypeMethodDescriptionstatic HttpClientHandler.ProxyInfo
HttpClientHandler.ProxyInfo.blockingProxyInfo
(URI proxyUri, CredentialPair<GenericSecret> credentialPair) Creates an instance of ProxyInfo for a proxy that requires authentication, this will block and wait for a credentialPair to return a value.static HttpClientHandler.ProxyInfo
Creates an instance of ProxyInfo for a proxy that does not require authentication.static HttpClientHandler.ProxyInfo
Deprecated.static HttpClientHandler.ProxyInfo
HttpClientHandler.ProxyInfo.proxyInfo
(URI proxyUri, Supplier<PrincipalAndSecret<GenericSecret>> supplier) Creates an instance of ProxyInfo for a proxy that does not require authentication.Methods in org.forgerock.http.handler that return types with arguments of type HttpClientHandler.ProxyInfoModifier and TypeMethodDescriptionHttpClientHandler.ProxyInfo.asyncProxyInfo
(URI proxyUri, CredentialPair<GenericSecret> credentialPair, Clock clock, Duration refreshDuration) Creates an instance of ProxyInfo for a proxy that requires authentication, this will update its secrets in the background and will not block threads. -
Uses of HttpClientHandler.ProxyInfo in org.forgerock.opentelemetry
Methods in org.forgerock.opentelemetry that return types with arguments of type HttpClientHandler.ProxyInfoModifier and TypeMethodDescriptionOpenTelemetryUtils.ServiceConfig.exporterProxyInfo()
Returns the value of theexporterProxyInfo
record component.
blockingProxyInfo(URI, CredentialPair)
} instead