| Package | Description |
|---|---|
| javax.net.websocket | |
| org.glassfish.tyrus.platform |
| 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() |
ClientContainer |
Session.getContainer()
Return the container that this session is part of.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ServerContainerImpl
Server Container Implementation.
|
| Modifier and Type | Method and Description |
|---|---|
ClientContainer |
SessionImpl.getContainer() |
Copyright © 2012. All Rights Reserved.