|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use javax.websocket.server | |
|---|---|
| javax.websocket.server | |
| Classes in javax.websocket.server used by javax.websocket.server | |
|---|---|
| HandshakeRequest
The handshake request represents the web socket defined Http GET request for the opening handshake of a web socket session. |
|
| ServerContainer
The ServerContainer is the specialized view of the WebSocketContainer available in server-side deployments. |
|
| ServerEndpointConfig
The ServerEndpointConfig is a special kind of endpoint configuration object that contains web socket configuration information specific only to server endpoints. |
|
| ServerEndpointConfig.Builder
The ServerEndpointConfig.Builder is a class used for creating ServerEndpointConfig.Builder objects for the purposes of
deploying a server endpoint. |
|
| ServerEndpointConfig.Configurator
The ServerEndpointConfig.Configurator interface may be implemented by developers who want to provide custom configuration algorithms, such as intercepting the opening handshake, or providing arbitrary methods and algorithms that can be accessed from each endpoint instance configured with this configurator. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||