Uses of Interface
org.forgerock.openig.tools.notifications.ws.WebSocketAdapter
-
Packages that use WebSocketAdapter Package Description org.forgerock.openig.tools.notifications.ws Web socket notifications service implementation. -
-
Uses of WebSocketAdapter in org.forgerock.openig.tools.notifications.ws
Methods in org.forgerock.openig.tools.notifications.ws that return WebSocketAdapter Modifier and Type Method Description WebSocketAdapter
HttpWebSocketClient. newWebSocket(WebSocketAdapterConfiguration configuration)
Request the client to create a new WebSocket on the given configuration.Methods in org.forgerock.openig.tools.notifications.ws that return types with arguments of type WebSocketAdapter Modifier and Type Method Description Consumer<WebSocketAdapter>
WebSocketAdapterConfiguration. getOpenHandler()
The open handler (guaranteed to be notnull
).Promise<WebSocketAdapter,Exception>
WebSocketAdapter. start()
Start the websocket client and connect to the remote endpoint.Methods in org.forgerock.openig.tools.notifications.ws with parameters of type WebSocketAdapter Modifier and Type Method Description void
SubscriptionService. onOpen(WebSocketAdapter webSocket)
Means of notifying theSubscriptionService
that a notification provider available.void
TopicManager. renewSession(WebSocketAdapter webSocket)
Refresh theTopicManager
session with a new WebSocket (on reconnection).Method parameters in org.forgerock.openig.tools.notifications.ws with type arguments of type WebSocketAdapter Modifier and Type Method Description WebSocketAdapterConfiguration
WebSocketAdapterConfiguration. openHandler(Consumer<WebSocketAdapter> openHandler)
Supply an open handler executed once the websocket connection is established and completed.
-