Class WebsocketServerRecorder

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

public class WebsocketServerRecorder extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    io.quarkus.websockets.client.runtime.ServerWebSocketContainerFactory
     
    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)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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()