Class WebsocketServerRecorder

java.lang.Object
io.quarkus.websockets.runtime.WebsocketServerRecorder

public class WebsocketServerRecorder extends Object
  • 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

      public ServerWebSocketContainerFactory createFactory()