Uses of Interface
jakarta.websocket.server.HandshakeRequest
-
-
Uses of HandshakeRequest in jakarta.websocket.server
Methods in jakarta.websocket.server with parameters of type HandshakeRequest Modifier and Type Method Description void
ServerEndpointConfig.Configurator. modifyHandshake(ServerEndpointConfig sec, HandshakeRequest request, jakarta.websocket.HandshakeResponse response)
Called by the container after it has formulated a handshake response resulting from a well-formed handshake request.
-