Uses of Package
jakarta.websocket.server

Packages that use jakarta.websocket.server
Package
Description
This package contains all the Jakarta WebSocket APIs used only by server side applications.
Core classes.
Server implementation.
Tyrus SPI.
  • Class
    Description
    The handshake request represents the WebSocket defined HTTP GET request for the opening handshake of a WebSocket 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.
  • Class
    Description
    The handshake request represents the WebSocket defined HTTP GET request for the opening handshake of a WebSocket session.
    The ServerEndpointConfig is a special kind of endpoint configuration object that contains web socket configuration information specific only to server endpoints.
    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.
  • Class
    Description
    Developers include implementations of ServerApplicationConfig in an archive containing websocket endpoints (WAR file, or JAR file within the WAR file) in order to specify the websocket endpoints within the archive the implementation must deploy.
    The ServerContainer is the specialized view of the WebSocketContainer available in server-side deployments.
    The ServerEndpointConfig is a special kind of endpoint configuration object that contains web socket configuration information specific only to server endpoints.
  • Class
    Description
    The handshake request represents the WebSocket defined HTTP GET request for the opening handshake of a WebSocket session.
    The ServerContainer is the specialized view of the WebSocketContainer available in server-side deployments.
    The ServerEndpointConfig is a special kind of endpoint configuration object that contains web socket configuration information specific only to server endpoints.