Uses of Interface
javax.websocket.HandshakeResponse
-
Packages that use HandshakeResponse Package Description javax.websocket This package contains all the WebSocket APIs common to both the client and server side.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 HandshakeResponse in javax.websocket
Methods in javax.websocket with parameters of type HandshakeResponse Modifier and Type Method Description void
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 javax.websocket.server
Methods in javax.websocket.server with parameters of type HandshakeResponse 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 HandshakeResponse in org.glassfish.tyrus.core
Classes in org.glassfish.tyrus.core that implement HandshakeResponse Modifier and Type Class Description class
TyrusUpgradeResponse
HTTP response representation.Methods in org.glassfish.tyrus.core with parameters of type HandshakeResponse Modifier and Type Method Description void
TyrusServerEndpointConfigurator. modifyHandshake(ServerEndpointConfig sec, HandshakeRequest request, HandshakeResponse response)
-
Uses of HandshakeResponse in org.glassfish.tyrus.spi
Classes in org.glassfish.tyrus.spi that implement HandshakeResponse Modifier and Type Class Description class
UpgradeResponse
Abstraction for a HTTP upgrade response.
-