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

Packages that use SecKey
com.sun.grizzly.websockets   
 

Uses of SecKey in com.sun.grizzly.websockets
 

Methods in com.sun.grizzly.websockets that return SecKey
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.
 SecKey ClientHandShake.getKey()
           
 

Methods in com.sun.grizzly.websockets with parameters of type SecKey
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.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.