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

Packages that use SecKey
org.glassfish.grizzly.websockets   
 

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.
 

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.