public class WebsocketDeploymentUtils
extends Object
-
Constructor Summary
Constructors
-
Method Summary
static 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)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
WebsocketDeploymentUtils
public WebsocketDeploymentUtils()
-
Method Details
-
deploy
public static io.undertow.server.handlers.PathHandler deploy(Function<String,jakarta.websocket.Endpoint> endpointSupplier,
String path,
io.undertow.server.handlers.PathHandler pathHandler)
-
createWebsocketDeploymentInfo
public static io.undertow.websockets.jsr.WebSocketDeploymentInfo createWebsocketDeploymentInfo()