Class WebsocketCoreRecorder
- java.lang.Object
-
- io.quarkus.websockets.client.runtime.WebsocketCoreRecorder
-
public class WebsocketCoreRecorder extends Object
-
-
Constructor Summary
Constructors Constructor Description WebsocketCoreRecorder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.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)
-
-
-
Method Detail
-
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 javax.websocket.DeploymentException- Throws:
javax.websocket.DeploymentException
-
-