Package | Description |
---|---|
javax.websocket |
This package contains all the WebSocket APIs common to both the client
and server side.
|
javax.websocket.server |
This package contains all the WebSocket APIs used only by server side
applications.
|
org.glassfish.tyrus.client | |
org.glassfish.tyrus.container.grizzly.client | |
org.glassfish.tyrus.core | |
org.glassfish.tyrus.core.cluster |
Modifier and Type | Method and Description |
---|---|
WebSocketContainer |
Session.getContainer()
Return the container that this session is part of.
|
protected abstract WebSocketContainer |
ContainerProvider.getContainer()
Load the 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.
|
Modifier and Type | Class and Description |
---|---|
class |
ClientManager
ClientManager implementation.
|
Modifier and Type | Method and Description |
---|---|
static ClientManager |
ClientManager.createClient(String containerProviderClassName,
WebSocketContainer webSocketContainer)
Create new ClientManager instance on top of provided
WebSocketContainer instance. |
static ClientManager |
ClientManager.createClient(WebSocketContainer webSocketContainer)
Create new ClientManager instance on top of provided
WebSocketContainer instance. |
Modifier and Type | Method and Description |
---|---|
protected WebSocketContainer |
GrizzlyContainerProvider.getContainer() |
Modifier and Type | Class and Description |
---|---|
class |
BaseContainer
Base WebSocket container.
|
Modifier and Type | Method and Description |
---|---|
WebSocketContainer |
TyrusSession.getContainer() |
Modifier and Type | Method and Description |
---|---|
WebSocketContainer |
ClusterSession.getContainer()
Not supported (yet?).
|
Copyright © 2012-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.