|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of ClientContainer in javax.websocket |
|---|
| Subinterfaces of ClientContainer in javax.websocket | |
|---|---|
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. |
| Methods in javax.websocket that return ClientContainer | |
|---|---|
static ClientContainer |
ContainerProvider.getClientContainer()
Obtains a reference to the (singleton) ClientContainer implementation. |
ClientContainer |
Session.getContainer()
Return the container that this session is part of. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||