Uses of Class
io.undertow.websockets.jsr.ServerWebSocketContainer
-
Packages that use ServerWebSocketContainer Package Description io.undertow.websockets.jsr -
-
Uses of ServerWebSocketContainer in io.undertow.websockets.jsr
Methods in io.undertow.websockets.jsr that return ServerWebSocketContainer Modifier and Type Method Description ServerWebSocketContainer
UndertowSession. getContainer()
Methods in io.undertow.websockets.jsr with parameters of type ServerWebSocketContainer Modifier and Type Method Description void
WebSocketDeploymentInfo.ContainerReadyListener. ready(ServerWebSocketContainer container)
Constructors in io.undertow.websockets.jsr with parameters of type ServerWebSocketContainer Constructor Description EndpointSessionHandler(ServerWebSocketContainer container)
-