Class WebsocketDeploymentUtils
java.lang.Object
io.fluxzero.testserver.websocket.WebsocketDeploymentUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic io.undertow.websockets.jsr.WebSocketDeploymentInfostatic io.undertow.server.handlers.PathHandlerdeploy(Function<String, jakarta.websocket.Endpoint> endpointSupplier, String path, io.undertow.server.handlers.PathHandler pathHandler) static io.undertow.server.handlers.PathHandlerdeployFromSession(io.fluxzero.common.MemoizingFunction<jakarta.websocket.Session, jakarta.websocket.Endpoint> endpointSupplier, String path, io.undertow.server.handlers.PathHandler pathHandler) static StringgetNamespace(jakarta.websocket.Session session)
-
Constructor Details
-
WebsocketDeploymentUtils
public WebsocketDeploymentUtils()
-
-
Method Details
-
deploy
-
deployFromSession
public static io.undertow.server.handlers.PathHandler deployFromSession(io.fluxzero.common.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() -
getNamespace
-