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, String ssoTokenValue, Duration reconnectDelay)
Constructs aNotificationService
implementation.
-