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 classAProxyOptionsrepresenting custom proxy settings.final classAProxyOptionsto use when no proxy must be used.final classAProxyOptionsto 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 theProxyOptionsto 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.