org.glassfish.grizzly.websockets.draft08
Class HandShake08
java.lang.Object
org.glassfish.grizzly.websockets.HandShake
org.glassfish.grizzly.websockets.draft06.HandShake06
org.glassfish.grizzly.websockets.draft07.HandShake07
org.glassfish.grizzly.websockets.draft08.HandShake08
- Direct Known Subclasses:
- HandShake17
public class HandShake08
- extends HandShake07
| 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 |
HandShake08
public HandShake08(URI uri)
HandShake08
public HandShake08(HttpRequestPacket request)
getVersion
protected int getVersion()
- Overrides:
getVersion in class HandShake07
Copyright © 2012 Oracle Corporation. All Rights Reserved.