Class TyrusWebSocketClientProvider
- java.lang.Object
-
- org.forgerock.openig.tools.notifications.ws.tyrus.TyrusWebSocketClientProvider
-
- All Implemented Interfaces:
WebSocketClientProvider
public class TyrusWebSocketClientProvider extends Object implements WebSocketClientProvider
TyrusWebSocketClientProvider
implementation.
-
-
Constructor Summary
Constructors Constructor Description TyrusWebSocketClientProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.forgerock.openig.tools.notifications.ws.tyrus.TyrusWebSocketClient
newClient(ClientTlsOptions tlsOptions)
Creates a new WebSocket client.
-
-
-
Method Detail
-
newClient
public org.forgerock.openig.tools.notifications.ws.tyrus.TyrusWebSocketClient newClient(ClientTlsOptions tlsOptions) throws IOException
Description copied from interface:WebSocketClientProvider
Creates a new WebSocket client.- Specified by:
newClient
in interfaceWebSocketClientProvider
- Parameters:
tlsOptions
- Security settings for the connection (may benull
)- Returns:
- an
HttpWebSocketClient
implementation - Throws:
IOException
- on any error when creating the WebSocket client
-
-