Uses of Interface
jakarta.websocket.HandshakeResponse
-
Packages that use HandshakeResponse Package Description jakarta.websocket This package contains all the Jakarta WebSocket APIs common to both the client and server side.org.glassfish.tyrus.core Core classes.org.glassfish.tyrus.spi Tyrus SPI. -
-
Uses of HandshakeResponse in jakarta.websocket
Methods in jakarta.websocket with parameters of type HandshakeResponse Modifier and Type Method Description voidClientEndpointConfig.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 org.glassfish.tyrus.core
Classes in org.glassfish.tyrus.core that implement HandshakeResponse Modifier and Type Class Description classTyrusUpgradeResponseHTTP response representation.Methods in org.glassfish.tyrus.core with parameters of type HandshakeResponse Modifier and Type Method Description voidTyrusServerEndpointConfigurator. modifyHandshake(jakarta.websocket.server.ServerEndpointConfig sec, jakarta.websocket.server.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 classUpgradeResponseAbstraction for a HTTP upgrade response.
-