Class WebsocketCoreRecorder

java.lang.Object
io.quarkus.websockets.client.runtime.WebsocketCoreRecorder

public class WebsocketCoreRecorder extends Object
  • Constructor Details

    • WebsocketCoreRecorder

      public WebsocketCoreRecorder()
  • Method Details

    • setupWorker

      public void setupWorker(Executor executor)
    • createDeploymentInfo

      public io.quarkus.runtime.RuntimeValue<io.undertow.websockets.WebSocketDeploymentInfo> createDeploymentInfo(Set<String> annotatedEndpoints, Set<String> endpoints, Set<String> serverApplicationConfigClasses, int maxFrameSize, boolean dispatchToWorker)
    • createServerContainer

      public io.quarkus.runtime.RuntimeValue<io.undertow.websockets.ServerWebSocketContainer> createServerContainer(io.quarkus.arc.runtime.BeanContainer beanContainer, io.quarkus.runtime.RuntimeValue<io.undertow.websockets.WebSocketDeploymentInfo> infoVal, ServerWebSocketContainerFactory serverContainerFactory) throws jakarta.websocket.DeploymentException
      Throws:
      jakarta.websocket.DeploymentException