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