Uses of Interface
javax.websocket.server.HandshakeRequest
-
Packages that use HandshakeRequest Package Description javax.websocket.server This package contains all the WebSocket APIs used only by server side applications.org.glassfish.tyrus.core Core classes.org.glassfish.tyrus.spi Tyrus SPI. -
-
Uses of HandshakeRequest in javax.websocket.server
Methods in javax.websocket.server with parameters of type HandshakeRequest Modifier and Type Method Description void
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
Classes in org.glassfish.tyrus.core that implement HandshakeRequest Modifier and Type Class Description class
RequestContext
Implementation of all possible request interfaces.Methods in org.glassfish.tyrus.core with parameters of type HandshakeRequest Modifier and Type Method Description void
TyrusServerEndpointConfigurator. modifyHandshake(ServerEndpointConfig sec, HandshakeRequest request, HandshakeResponse response)
-
Uses of HandshakeRequest in org.glassfish.tyrus.spi
Classes in org.glassfish.tyrus.spi that implement HandshakeRequest Modifier and Type Class Description class
UpgradeRequest
Abstraction for a HTTP upgrade request.
-