Uses of Interface
org.forgerock.openig.tools.notifications.ws.HttpWebSocketClient
-
Packages that use HttpWebSocketClient Package Description org.forgerock.openig.tools.notifications.ws Web socket notifications service implementation. -
-
Uses of HttpWebSocketClient in org.forgerock.openig.tools.notifications.ws
Methods in org.forgerock.openig.tools.notifications.ws that return HttpWebSocketClient Modifier and Type Method Description HttpWebSocketClient
WebSocketClientProvider. newClient(ClientTlsOptions tlsOptions, ProxyOptions proxyOptions)
Creates a new WebSocket client.Constructors in org.forgerock.openig.tools.notifications.ws with parameters of type HttpWebSocketClient Constructor Description NotificationServiceImpl(HttpWebSocketClient client, URI uri, String ssoTokenHeader, AsyncRefreshableSupplier<SsoToken,AuthenticationException> tokenProvider, Duration reconnectDelay, int initialConnectionAttempts, Duration heartbeatInterval, ScheduledExecutorService heartbeatExecutor, Duration renewalDelay)
Constructs aNotificationService
implementation.
-