Uses of Interface
org.forgerock.openig.tools.ProxyOptions
Package
Description
Contains proxy related heaplets.
Access Management Server.
Web socket notifications service implementation.
-
Uses of ProxyOptions in org.forgerock.openig.proxy
Modifier and TypeClassDescriptionfinal class
AProxyOptions
representing custom proxy settings.final class
AProxyOptions
to use when no proxy must be used.final class
AProxyOptions
to use when the system defined proxy must be used. -
Uses of ProxyOptions in org.forgerock.openig.tools.am
Modifier and TypeMethodDescriptionNotificationsConfig.Builder.proxyOptions
(ProxyOptions proxyOptions) Set the theProxyOptions
to use for the websocket connection. -
Uses of ProxyOptions in org.forgerock.openig.tools.notifications.ws
Modifier and TypeMethodDescriptionWebSocketClientProvider.newClient
(ClientTlsOptions tlsOptions, ProxyOptions proxyOptions, Duration connectionTimeout, Duration idleTimeout, JsonValue vertxConfig) Creates a new WebSocket client.