Package | Description |
---|---|
javax.websocket | |
javax.websocket.server |
Modifier and Type | Method | Description |
---|---|---|
protected abstract WebSocketContainer |
ContainerProvider.getContainer() |
Load the 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.
|
Modifier and Type | Interface | Description |
---|---|---|
interface |
ServerContainer |
The ServerContainer is the specialized view of the WebSocketContainer available
in server-side deployments.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.