Uses of Interface
jakarta.websocket.WebSocketContainer
Package
Description
This package contains all the Jakarta WebSocket APIs common to both the client and server side.
This package contains all the Jakarta WebSocket APIs used only by server side applications.
-
Uses of WebSocketContainer in jakarta.websocket
Modifier 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. -
Uses of WebSocketContainer in jakarta.websocket.server
Modifier and TypeInterfaceDescriptioninterface
The ServerContainer is the specialized view of the WebSocketContainer available in server-side deployments.