org.glassfish.grizzly.websockets.draft17
Class HandShake17
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
org.glassfish.grizzly.websockets.draft17.HandShake17
public class HandShake17
- extends HandShake08
| 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 |
HandShake17
public HandShake17(URI uri)
HandShake17
public HandShake17(HttpRequestPacket request)
getVersion
protected int getVersion()
- Overrides:
getVersion in class HandShake08
composeHeaders
public HttpContent composeHeaders()
- Overrides:
composeHeaders in class HandShake06
Copyright © 2012 Oracle Corporation. All Rights Reserved.