Uses of Class
com.sun.grizzly.websockets.HandshakeException

Uses of HandshakeException in com.sun.grizzly.websockets
 

Methods in com.sun.grizzly.websockets 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.
protected  void ServerNetworkHandler.handshake(boolean sslSupport)
           
 void ClientHandShake.validateServerResponse(byte[] key)
           
 

Constructors in com.sun.grizzly.websockets that throw HandshakeException
ClientHandShake(Request request, boolean secure, ByteChunk chunk)
           
ServerHandShake(boolean secure, String origin, String serverHostName, String port, String resourcePath, String subProtocol, SecKey key1, SecKey key2, byte[] key3)
           
 



Copyright © 2011 Oracle Corpration. All Rights Reserved.