Uses of Class
org.glassfish.grizzly.websockets.HandshakeException

Packages that use HandshakeException
org.glassfish.grizzly.websockets   
org.glassfish.grizzly.websockets.draft06   
org.glassfish.grizzly.websockets.draft76   
 

Uses of HandshakeException in org.glassfish.grizzly.websockets
 

Methods in org.glassfish.grizzly.websockets that throw HandshakeException
static SecKey SecKey.generateServerKey(SecKey clientKey)
          Generate server-side security key, which gets passed to the client during the handshake phase as part of message payload.
protected  void WebSocketApplication.handshake(HandShake handshake)
          Method is called, when initial WebSocket handshake process was completed, but WebSocketApplication may perform additional validation such as subprotocol or extension negotiation.
 

Uses of HandshakeException in org.glassfish.grizzly.websockets.draft06
 

Methods in org.glassfish.grizzly.websockets.draft06 that throw HandshakeException
static SecKey SecKey.generateServerKey(SecKey clientKey)
          Generate server-side security key, which gets passed to the client during the handshake phase as part of message payload.
 void HandShake06.validateServerResponse(HttpResponsePacket headers)
           
 

Uses of HandshakeException in org.glassfish.grizzly.websockets.draft76
 

Methods in org.glassfish.grizzly.websockets.draft76 that throw HandshakeException
static byte[] SecKey.generateServerKey(SecKey clientKey1, SecKey clientKey2, byte[] clientKey3)
          Generate server-side security key, which gets passed to the client during the handshake phase as part of message payload.
 



Copyright © 2011 Oracle Corpration. All Rights Reserved.