Package io.quarkus.websockets.runtime
Class WebsocketServerRecorder
java.lang.Object
io.quarkus.websockets.runtime.WebsocketServerRecorder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.vertx.core.Handler<io.vertx.ext.web.RoutingContext>createHandler(RuntimeValue<io.undertow.websockets.WebSocketDeploymentInfo> info, RuntimeValue<io.undertow.websockets.ServerWebSocketContainer> container)
-
Constructor Details
-
WebsocketServerRecorder
public WebsocketServerRecorder()
-
-
Method Details
-
createHandler
public io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> createHandler(RuntimeValue<io.undertow.websockets.WebSocketDeploymentInfo> info, RuntimeValue<io.undertow.websockets.ServerWebSocketContainer> container) throws jakarta.websocket.DeploymentException - Throws:
jakarta.websocket.DeploymentException
-
createFactory
-