org.jboss.websockets.oio.internal.protocol.ietf08
Class Hybi08Handshake
java.lang.Object
org.jboss.websockets.oio.internal.Handshake
org.jboss.websockets.oio.internal.protocol.ietf07.Hybi07Handshake
org.jboss.websockets.oio.internal.protocol.ietf08.Hybi08Handshake
public class Hybi08Handshake
- extends Hybi07Handshake
The handshaking protocol impelemtation for Hybi-07, which is identical to Hybi-08, and thus is just a thin
subclass of Hybi07Handshake
that sets a different version number.
- Author:
- Mike Brock
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Hybi08Handshake
public Hybi08Handshake()
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.