Uses of Package
jakarta.websocket.server
-
Packages that use jakarta.websocket.server Package Description jakarta.websocket.server This package contains all the Jakarta WebSocket APIs used only by server side applications.org.glassfish.tyrus.core Core classes.org.glassfish.tyrus.spi Tyrus SPI. -
Classes in jakarta.websocket.server used by jakarta.websocket.server Class Description HandshakeRequest The handshake request represents the WebSocket defined HTTP GET request for the opening handshake of a WebSocket session.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 creatingServerEndpointConfig.Builderobjects for the purposes of deploying a server endpoint.ServerEndpointConfig.Configurator 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. -
Classes in jakarta.websocket.server used by org.glassfish.tyrus.core Class Description HandshakeRequest The handshake request represents the WebSocket defined HTTP GET request for the opening handshake of a WebSocket session.ServerEndpointConfig The ServerEndpointConfig is a special kind of endpoint configuration object that contains web socket configuration information specific only to server endpoints.ServerEndpointConfig.Configurator 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. -
Classes in jakarta.websocket.server used by org.glassfish.tyrus.spi Class Description HandshakeRequest The handshake request represents the WebSocket defined HTTP GET request for the opening handshake of a WebSocket 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.