Uses of Interface
jakarta.websocket.HandshakeResponse
Package
Description
This package contains all the Jakarta WebSocket APIs common to both the client and server side.
This package contains all the Jakarta WebSocket APIs used only by server side applications.
Core classes.
Tyrus SPI.
-
Uses of HandshakeResponse in jakarta.websocket
Modifier and TypeMethodDescriptionvoid
ClientEndpointConfig.Configurator.afterResponse
(HandshakeResponse hr) This method is called by the implementation after it has received a handshake response from the server as a result of a handshake interaction it initiated. -
Uses of HandshakeResponse 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 HandshakeResponse in org.glassfish.tyrus.core
Modifier and TypeMethodDescriptionvoid
TyrusServerEndpointConfigurator.modifyHandshake
(ServerEndpointConfig sec, HandshakeRequest request, HandshakeResponse response) -
Uses of HandshakeResponse in org.glassfish.tyrus.spi