Package | Description |
---|---|
org.forgerock.http.handler |
Core
Handler implementations. |
Modifier and Type | Field and Description |
---|---|
static Option<HttpClientHandler.ProxyInfo> |
HttpClientHandler.OPTION_PROXY
Specifies a proxy to use for requests by the HTTP Client.
|
Modifier and Type | Method and 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.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.