Uses of Interface
org.forgerock.openig.tools.ProxyOptions
Packages that use ProxyOptions
Package
Description
Contains proxy related heaplets.
Access Management Server.
Web socket notifications service implementation.
-
Uses of ProxyOptions in org.forgerock.openig.proxy
Classes in org.forgerock.openig.proxy that implement ProxyOptionsModifier 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.Methods in org.forgerock.openig.proxy that return ProxyOptions -
Uses of ProxyOptions in org.forgerock.openig.tools.am
Methods in org.forgerock.openig.tools.am with parameters of type ProxyOptionsModifier 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
Methods in org.forgerock.openig.tools.notifications.ws with parameters of type ProxyOptionsModifier and TypeMethodDescriptionWebSocketClientProvider.newClient
(ClientTlsOptions tlsOptions, ProxyOptions proxyOptions, Duration connectionTimeout, Duration idleTimeout, JsonValue vertxConfig) Creates a new WebSocket client.