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

Packages that use HandshakeException
com.sun.grizzly.websockets   
 

Uses of HandshakeException in com.sun.grizzly.websockets
 

Methods in com.sun.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 ServerNetworkHandler.handshake(boolean sslSupport)
           
 void ClientHandShake.validateServerResponse(Map<String,String> headers)
           
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.