Uses of Interface
jakarta.websocket.WebSocketContainer
-
-
Uses of WebSocketContainer in jakarta.websocket
Methods in jakarta.websocket that return WebSocketContainer Modifier and Type Method Description protected abstract WebSocketContainerContainerProvider. getContainer()Create a new instance of the the WebSocket container implementation.WebSocketContainerSession. getContainer()Return the container that this session is part of.static WebSocketContainerContainerProvider. getWebSocketContainer()Obtain a new instance of a WebSocketContainer.
-