Uses of Interface
jakarta.websocket.server.HandshakeRequest
Package
Description
This package contains all the Jakarta WebSocket APIs used only by server side applications.
Core classes.
Tyrus SPI.
-
Uses of HandshakeRequest in jakarta.websocket.server
Modifier and TypeMethodDescriptionvoid
ServerEndpointConfig.Configurator.modifyHandshake
(ServerEndpointConfig sec, HandshakeRequest request, HandshakeResponse response) Called by the container after it has formulated a handshake response resulting from a well-formed handshake request. -
Uses of HandshakeRequest in org.glassfish.tyrus.core
Modifier and TypeClassDescriptionfinal class
Implementation of all possible request interfaces.Modifier and TypeMethodDescriptionvoid
TyrusServerEndpointConfigurator.modifyHandshake
(ServerEndpointConfig sec, HandshakeRequest request, HandshakeResponse response) -
Uses of HandshakeRequest in org.glassfish.tyrus.spi