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

Uses of SecKey in org.glassfish.grizzly.websockets
 

Methods in org.glassfish.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 org.glassfish.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 © 2011 Oracle Corpration. All Rights Reserved.