Uses of Class
org.forgerock.http.handler.HttpClientHandler.ProxyInfo
Packages that use HttpClientHandler.ProxyInfo
-
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_PROXYSpecifies a proxy to use for requests by the HTTP Client.Methods in org.forgerock.http.handler that return HttpClientHandler.ProxyInfoModifier and TypeMethodDescriptionstatic HttpClientHandler.ProxyInfoHttpClientHandler.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.ProxyInfoCreates an instance of ProxyInfo for a proxy that does not require authentication.static HttpClientHandler.ProxyInfoDeprecated.static HttpClientHandler.ProxyInfoHttpClientHandler.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.
blockingProxyInfo(URI, CredentialPair)} instead