Uses of Class
org.forgerock.http.handler.HttpClientHandler.ProxyInfo
-
Packages that use HttpClientHandler.ProxyInfo Package Description org.forgerock.http.handler CoreHandlerimplementations. -
-
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_PROXYSpecifies 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.ProxyInfoHttpClientHandler.ProxyInfo. proxyInfo(URI proxyUri)Creates an instance of ProxyInfo for a proxy that does not require authentication.static HttpClientHandler.ProxyInfoHttpClientHandler.ProxyInfo. proxyInfo(URI proxyUri, String username, String password)Creates an instance of ProxyInfo for a proxy that requires authentication.
-