Uses of Interface
org.forgerock.openig.tools.ProxyOptions
-
Packages that use ProxyOptions Package Description org.forgerock.openig.proxy Contains proxy related heaplets.org.forgerock.openig.tools.am Access Management Server.org.forgerock.openig.tools.notifications.ws Web socket notifications service implementation. -
-
Uses of ProxyOptions in org.forgerock.openig.proxy
Classes in org.forgerock.openig.proxy that implement ProxyOptions Modifier and Type Class Description class
CustomProxyOptions
AProxyOptions
representing custom proxy settings.class
NoProxyOptions
AProxyOptions
to use when no proxy must be used.class
SystemProxyOptions
AProxyOptions
to use when the system defined proxy must be used.Methods in org.forgerock.openig.proxy that return ProxyOptions Modifier and Type Method Description ProxyOptions
CustomProxyOptions.Heaplet. create()
-
Uses of ProxyOptions in org.forgerock.openig.tools.am
Methods in org.forgerock.openig.tools.am with parameters of type ProxyOptions Modifier and Type Method Description NotificationsConfig.Builder
NotificationsConfig.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 ProxyOptions Modifier and Type Method Description HttpWebSocketClient
WebSocketClientProvider. newClient(ClientTlsOptions tlsOptions, ProxyOptions proxyOptions, Duration connectionTimeout, Duration idleTimeout, JsonValue vertxConfig)
Creates a new WebSocket client.
-