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