Uses of Interface
jakarta.websocket.WebSocketContainer
-
Packages that use WebSocketContainer Package Description jakarta.websocket This package contains all the Jakarta WebSocket APIs common to both the client and server side.jakarta.websocket.server This package contains all the Jakarta WebSocket APIs used only by server side applications. -
-
Uses of WebSocketContainer in jakarta.websocket
Methods in jakarta.websocket that return WebSocketContainer Modifier and Type Method Description protected abstract WebSocketContainer
ContainerProvider. getContainer()
Create a new instance of the the WebSocket container implementation.WebSocketContainer
Session. getContainer()
Return the container that this session is part of.static WebSocketContainer
ContainerProvider. getWebSocketContainer()
Obtain a new instance of a WebSocketContainer. -
Uses of WebSocketContainer in jakarta.websocket.server
Subinterfaces of WebSocketContainer in jakarta.websocket.server Modifier and Type Interface Description interface
ServerContainer
The ServerContainer is the specialized view of the WebSocketContainer available in server-side deployments.
-