Class WebsocketCoreRecorder
java.lang.Object
io.quarkus.websockets.client.runtime.WebsocketCoreRecorder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.quarkus.runtime.RuntimeValue<io.undertow.websockets.WebSocketDeploymentInfo> createDeploymentInfo(Set<String> annotatedEndpoints, Set<String> endpoints, Set<String> serverApplicationConfigClasses, int maxFrameSize, boolean dispatchToWorker) 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) voidsetupWorker(Executor executor)
-
Constructor Details
-
WebsocketCoreRecorder
public WebsocketCoreRecorder()
-
-
Method Details
-
setupWorker
-
createDeploymentInfo
-
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
-