org.glassfish.grizzly.websockets.draft08
Class HandShake08

java.lang.Object
  extended by org.glassfish.grizzly.websockets.HandShake
      extended by org.glassfish.grizzly.websockets.draft06.HandShake06
          extended by org.glassfish.grizzly.websockets.draft07.HandShake07
              extended by org.glassfish.grizzly.websockets.draft08.HandShake08

public class HandShake08
extends HandShake07


Constructor Summary
HandShake08(HttpRequestPacket request)
           
HandShake08(java.net.URI uri)
           
 
Method Summary
protected  int getVersion()
           
 
Methods inherited from class org.glassfish.grizzly.websockets.draft06.HandShake06
composeHeaders, getEnabledExtensions, getEnabledProtocols, setHeaders, validateServerResponse
 
Methods inherited from class org.glassfish.grizzly.websockets.HandShake
buildLocation, getExtensions, getLocation, getOrigin, getPort, getResourcePath, getServerHostName, getSubProtocol, initiate, isSecure, join, readHeader, respond, setExtensions, setLocation, setOrigin, setPort, setResourcePath, setSecure, setServerHostName, setSubProtocol, split
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HandShake08

public HandShake08(java.net.URI uri)

HandShake08

public HandShake08(HttpRequestPacket request)
Method Detail

getVersion

protected int getVersion()
Overrides:
getVersion in class HandShake07


Copyright © 2011 Oracle Corpration. All Rights Reserved.