Uses of Package
javax.websocket.server
Packages that use javax.websocket.server
Package
Description
This package contains all the WebSocket APIs used only by server side
applications.
-
Classes in javax.websocket.server used by javax.websocket.serverClassDescriptionThe handshake request represents the web socket defined Http GET request for the opening handshake of a web socket session.The ServerEndpointConfig is a special kind of endpoint configuration object that contains web socket configuration information specific only to server endpoints.The ServerEndpointConfig.Builder is a class used for creating
ServerEndpointConfig.Builder
objects for the purposes of deploying a server endpoint.The ServerEndpointConfig.Configurator class may be extended 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.