| Package | Description |
|---|---|
| javax.websocket |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ServerContainer
The ServerContainer is an implementation provided object that, in addition
to being able to initiate web socket connections (client), can register endpoints
that can handle incoming connection requests.
|
| Modifier and Type | Method and Description |
|---|---|
static ClientContainer |
ContainerProvider.getClientContainer()
Obtains a reference to the (singleton) ClientContainer implementation.
|
ClientContainer |
Session.getContainer()
Return the container that this session is part of.
|
Copyright © 2013. All Rights Reserved.