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