Package io.quarkus.websockets.runtime
Class WebsocketServerRecorder
- java.lang.Object
-
- io.quarkus.websockets.runtime.WebsocketServerRecorder
-
public class WebsocketServerRecorder extends Object
-
-
Constructor Summary
Constructors Constructor Description WebsocketServerRecorder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServerWebSocketContainerFactorycreateFactory()io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>createHandler(RuntimeValue<io.undertow.websockets.WebSocketDeploymentInfo> info, RuntimeValue<io.undertow.websockets.ServerWebSocketContainer> container)
-
-
-
Method Detail
-
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 javax.websocket.DeploymentException
- Throws:
javax.websocket.DeploymentException
-
createFactory
public ServerWebSocketContainerFactory createFactory()
-
-