Uses of Interface
javax.websocket.server.HandshakeRequest
Packages that use HandshakeRequest
Package
Description
This package contains all the WebSocket APIs used only by server side
applications.
-
Uses of HandshakeRequest in javax.websocket.server
Methods in javax.websocket.server with parameters of type HandshakeRequestModifier 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.