Class VertxWebSocketClientProvider
- java.lang.Object
-
- org.forgerock.openig.tools.notifications.ws.vertx.VertxWebSocketClientProvider
-
- All Implemented Interfaces:
WebSocketClientProvider
public class VertxWebSocketClientProvider extends Object implements WebSocketClientProvider
TyrusWebSocketClientProvider
implementation.
-
-
Constructor Summary
Constructors Constructor Description VertxWebSocketClientProvider(io.vertx.core.Vertx vertx)
VertxWebSocketClientProvider
constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.forgerock.openig.tools.notifications.ws.vertx.VertxWebSocketClient
newClient(ClientTlsOptions tlsOptions)
Creates a new WebSocket client.
-
-
-
Method Detail
-
newClient
public org.forgerock.openig.tools.notifications.ws.vertx.VertxWebSocketClient newClient(ClientTlsOptions tlsOptions)
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
-
-