Uses of Class
org.forgerock.http.handler.HttpClientHandler.ProxyInfo
-
Packages that use HttpClientHandler.ProxyInfo Package Description org.forgerock.http.handler CoreHandler
implementations. -
-
Uses of HttpClientHandler.ProxyInfo in org.forgerock.http.handler
Fields in org.forgerock.http.handler with type parameters of type HttpClientHandler.ProxyInfo Modifier and Type Field Description static 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.ProxyInfo Modifier and Type Method Description static HttpClientHandler.ProxyInfo
HttpClientHandler.ProxyInfo. proxyInfo(URI proxyUri)
Creates an instance of ProxyInfo for a proxy that does not require authentication.static HttpClientHandler.ProxyInfo
HttpClientHandler.ProxyInfo. proxyInfo(URI proxyUri, String username, String password)
Creates an instance of ProxyInfo for a proxy that requires authentication.
-