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 classCustomProxyOptionsAProxyOptionsrepresenting custom proxy settings.classNoProxyOptionsAProxyOptionsto use when no proxy must be used.classSystemProxyOptionsAProxyOptionsto use when the system defined proxy must be used.Methods in org.forgerock.openig.proxy that return ProxyOptions Modifier and Type Method Description ProxyOptionsCustomProxyOptions.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 AmService.BuilderAmService.Builder. notificationServiceProxyOptions(ProxyOptions proxyOptions)Specifies 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 ProxyOptions Modifier and Type Method Description HttpWebSocketClientWebSocketClientProvider. newClient(ClientTlsOptions tlsOptions, ProxyOptions proxyOptions)Creates a new WebSocket client.
-