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)
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, IdGenerator idGenerator, String ssoTokenHeader, AsyncRefreshableSupplier<SsoToken,AuthenticationException> tokenProvider, Duration reconnectDelay, int initialConnectionAttempts)
Constructs aNotificationService
implementation.
-