Package | Description |
---|---|
org.forgerock.http.apache.async | |
org.forgerock.http.handler | |
org.forgerock.util |
Modifier and Type | Field and Description |
---|---|
static Option<Integer> |
AsyncHttpClientProvider.OPTION_WORKER_THREADS
Specify the number of worker threads.
|
Modifier and Type | Field and Description |
---|---|
static Option<Duration> |
HttpClientHandler.OPTION_CONNECT_TIMEOUT
The TCP connect timeout for new HTTP connections.
|
static Option<HttpClientHandler.HostnameVerifier> |
HttpClientHandler.OPTION_HOSTNAME_VERIFIER
Specifies the SSL host name verification policy.
|
static Option<KeyManager[]> |
HttpClientHandler.OPTION_KEY_MANAGERS
Specifies the list of key managers that should be used when configuring
SSL/TLS connections.
|
static Option<Loader> |
HttpClientHandler.OPTION_LOADER
The strategy which should be used for loading the
HttpClientProvider . |
static Option<Integer> |
HttpClientHandler.OPTION_MAX_CONNECTIONS
Specifies the maximum number of connections that should be pooled by the
HTTP client.
|
static Option<HttpClientHandler.ProxyInfo> |
HttpClientHandler.OPTION_PROXY
Holds the proxy configuration attributes
|
static Option<Boolean> |
HttpClientHandler.OPTION_PROXY_SYSTEM
If true and OPTION_PROXY is null, uses the system proxy settings
|
static Option<Boolean> |
HttpClientHandler.OPTION_RETRY_REQUESTS
Specifies whether requests should be retried if a failure is detected.
|
static Option<Boolean> |
HttpClientHandler.OPTION_REUSE_CONNECTIONS
Specifies whether HTTP connections should be kept alive an reused for
additional requests.
|
static Option<Duration> |
HttpClientHandler.OPTION_SO_TIMEOUT
The TCP socket timeout when waiting for HTTP responses.
|
static Option<List<String>> |
HttpClientHandler.OPTION_SSL_CIPHER_SUITES
List of JSSE ciphers to be enabled on the HttpClient.
|
static Option<List<String>> |
HttpClientHandler.OPTION_SSL_ENABLED_PROTOCOLS
List of SSL protocols to be enabled on the HttpClient.
|
static Option<String> |
HttpClientHandler.OPTION_SSLCONTEXT_ALGORITHM
SSLContext algorithm to be used when making SSL/TLS connections.
|
static Option<Factory<Buffer>> |
HttpClientHandler.OPTION_TEMPORARY_STORAGE
Specifies the temporary storage that should be used for storing HTTP
responses.
|
static Option<TrustManager[]> |
HttpClientHandler.OPTION_TRUST_MANAGERS
Specifies the list of trust managers that should be used when configuring
SSL/TLS connections.
|
Modifier and Type | Method and Description |
---|---|
static <T> Option<T> |
Option.of(Class<T> type,
T defaultValue)
Defines an option with the provided type and default value.
|
static <T> Option<T> |
Option.withDefault(T defaultValue)
Defines a boolean option with the provided default value.
|
Modifier and Type | Method and Description |
---|---|
<T> T |
Options.get(Option<T> option)
Returns the value associated with the provided option, or its default
value if the option has not been configured.
|
<T> Options |
Options.reset(Option<T> option)
Resets an option to its default behavior.
|
<T> Options |
Options.set(Option<T> option,
T value)
Sets an option to the provided value.
|
Copyright © 2025 Open Identity Platform Community. All rights reserved.