Package jakarta.websocket.server
package jakarta.websocket.server
-
ClassDescriptionRepresents the HTTP request that asked to be upgraded to WebSocket.Used to annotate method parameters on POJO endpoints the the
ServerEndpointhas been defined with aServerEndpoint.value()that uses a URI template.Applications may provide an implementation of this interface to filter the discovered WebSocket endpoints that are deployed.Provides the ability to deploy endpoints programmatically.Annotates a class as a WebSocket server endpoint.Provides configuration information for WebSocket endpoints published to a server.Builder for creatingServerEndpointConfiginstances.Provides a mechanism to customize the WebSocket handshake for server endpoints.