Uses of Interface
jakarta.websocket.WebSocketContainer
-
Uses of WebSocketContainer in jakarta.websocket
Methods in jakarta.websocket that return WebSocketContainerModifier and TypeMethodDescriptionprotected abstract WebSocketContainerContainerProvider.getContainer()Create a new instance of the the WebSocket container implementation.Session.getContainer()Return the container that this session is part of.static WebSocketContainerContainerProvider.getWebSocketContainer()Obtain a new instance of a WebSocketContainer.