Uses of Class
org.glassfish.grizzly.websockets.HandshakeException
Packages that use HandshakeException
-
Uses of HandshakeException in org.glassfish.grizzly.websockets
Methods in org.glassfish.grizzly.websockets with parameters of type HandshakeExceptionModifier and TypeMethodDescriptionprotected voidBaseWebSocketFilter.onHandshakeFailure(org.glassfish.grizzly.Connection connection, HandshakeException e) The method is called when WebSocket handshake fails for theConnection.Methods in org.glassfish.grizzly.websockets that throw HandshakeExceptionModifier and TypeMethodDescriptionstatic SecKeySecKey.generateServerKey(SecKey clientKey) Generate server-side security key, which gets passed to the client during the handshake phase as part of message payload.protected voidThis method will be called, when initialWebSockethandshake process has been completed, but allows the application to perform further negotiation/validation. -
Uses of HandshakeException in org.glassfish.grizzly.websockets.rfc6455
Methods in org.glassfish.grizzly.websockets.rfc6455 that throw HandshakeExceptionModifier and TypeMethodDescriptionvoidRFC6455HandShake.validateServerResponse(org.glassfish.grizzly.http.HttpResponsePacket headers)