Uses of Class
org.atmosphere.jboss.websockets.oio.internal.Handshake

Packages that use Handshake
org.atmosphere.jboss.websockets.oio.internal.protocol.ietf00   
org.atmosphere.jboss.websockets.oio.internal.protocol.ietf07   
org.atmosphere.jboss.websockets.oio.internal.protocol.ietf08   
org.atmosphere.jboss.websockets.oio.internal.protocol.ietf13   
 

Uses of Handshake in org.atmosphere.jboss.websockets.oio.internal.protocol.ietf00
 

Subclasses of Handshake in org.atmosphere.jboss.websockets.oio.internal.protocol.ietf00
 class Hybi00Handshake
           
 

Uses of Handshake in org.atmosphere.jboss.websockets.oio.internal.protocol.ietf07
 

Subclasses of Handshake in org.atmosphere.jboss.websockets.oio.internal.protocol.ietf07
 class Hybi07Handshake
          The handshaking protocol implementation for Hybi-07.
 

Uses of Handshake in org.atmosphere.jboss.websockets.oio.internal.protocol.ietf08
 

Subclasses of Handshake in org.atmosphere.jboss.websockets.oio.internal.protocol.ietf08
 class Hybi08Handshake
          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.
 

Uses of Handshake in org.atmosphere.jboss.websockets.oio.internal.protocol.ietf13
 

Subclasses of Handshake in org.atmosphere.jboss.websockets.oio.internal.protocol.ietf13
 class Hybi13Handshake
          The handshaking protocol implementation for Hybi-13.
 



Copyright © 2013. All Rights Reserved.