Class WebsocketDeploymentUtils
java.lang.Object
io.fluxcapacitor.testserver.websocket.WebsocketDeploymentUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic io.undertow.websockets.jsr.WebSocketDeploymentInfo
static io.undertow.server.handlers.PathHandler
deploy
(Function<String, jakarta.websocket.Endpoint> endpointSupplier, String path, io.undertow.server.handlers.PathHandler pathHandler) static io.undertow.server.handlers.PathHandler
deployFromSession
(MemoizingFunction<jakarta.websocket.Session, jakarta.websocket.Endpoint> endpointSupplier, String path, io.undertow.server.handlers.PathHandler pathHandler) static String
getProjectId
(jakarta.websocket.Session session)
-
Constructor Details
-
WebsocketDeploymentUtils
public WebsocketDeploymentUtils()
-
-
Method Details
-
deploy
-
deployFromSession
public static io.undertow.server.handlers.PathHandler deployFromSession(MemoizingFunction<jakarta.websocket.Session, jakarta.websocket.Endpoint> endpointSupplier, String path, io.undertow.server.handlers.PathHandler pathHandler) -
createWebsocketDeploymentInfo
public static io.undertow.websockets.jsr.WebSocketDeploymentInfo createWebsocketDeploymentInfo() -
getProjectId
-