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.org.forgerock.openig.tools.notifications.ws.link AM Links implementations. -
-
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. -
Uses of WebSocketAdapter in org.forgerock.openig.tools.notifications.ws.link
Methods in org.forgerock.openig.tools.notifications.ws.link with parameters of type WebSocketAdapter Modifier and Type Method Description static AmLink.AmLinkSupplier
DirectAmLink. asSupplier(WebSocketAdapter wsAdapter)
Builds a supplier ofDirectAmLink
.
-