| 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
WebSocketContainer | 
Session.getContainer()
Return the container that this session is part of. 
 | 
protected abstract WebSocketContainer | 
ContainerProvider.getContainer()
Create a new instance of the the WebSocket container implementation. 
 | 
static WebSocketContainer | 
ContainerProvider.getWebSocketContainer()
Obtain a new instance of a WebSocketContainer. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
ServerContainer
The ServerContainer is the specialized view of the WebSocketContainer available in server-side deployments. 
 | 
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.