org.atmosphere.jboss.websockets.oio.internal.protocol.ietf08
Class Hybi08Handshake

java.lang.Object
  extended by org.atmosphere.jboss.websockets.oio.internal.Handshake
      extended by org.atmosphere.jboss.websockets.oio.internal.protocol.ietf07.Hybi07Handshake
          extended by org.atmosphere.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

Constructor Summary
Hybi08Handshake()
           
 
Method Summary
 
Methods inherited from class org.atmosphere.jboss.websockets.oio.internal.protocol.ietf07.Hybi07Handshake
generateResponse, getWebSocket, matches, solve
 
Methods inherited from class org.atmosphere.jboss.websockets.oio.internal.Handshake
getHashAlgorithm, getMagicNumber, getVersion, getWebSocketLocation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Hybi08Handshake

public Hybi08Handshake()


Copyright © 2013. All Rights Reserved.