Package | Description |
---|---|
javax.websocket | |
javax.websocket.server | |
org.apache.tomcat.websocket | |
org.apache.tomcat.websocket.server |
Server-side specific implementation classes.
|
Modifier and Type | Method and Description |
---|---|
protected abstract WebSocketContainer |
ContainerProvider.getContainer() |
WebSocketContainer |
Session.getContainer()
Returns the container that created this session.
|
static WebSocketContainer |
ContainerProvider.getWebSocketContainer()
Create a new container used to create outgoing WebSocket connections.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ServerContainer
Provides the ability to deploy endpoints programmatically.
|
Modifier and Type | Class and Description |
---|---|
class |
WsWebSocketContainer |
Modifier and Type | Method and Description |
---|---|
protected WebSocketContainer |
WsContainerProvider.getContainer() |
WebSocketContainer |
WsSession.getContainer() |
Modifier and Type | Class and Description |
---|---|
class |
WsServerContainer
Provides a per class loader (i.e.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.