org.jboss.websockets.oio.internal.protocol.ietf13
Class Hybi13Handshake
java.lang.Object
org.jboss.websockets.oio.internal.Handshake
org.jboss.websockets.oio.internal.protocol.ietf07.Hybi07Handshake
org.jboss.websockets.oio.internal.protocol.ietf13.Hybi13Handshake
public class Hybi13Handshake
- extends Hybi07Handshake
The handshaking protocol implementation for Hybi-13.
- Author:
- Mike Brock
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Hybi13Handshake
public Hybi13Handshake()
getWebSocket
public OioWebSocket getWebSocket(HttpRequestBridge request,
HttpResponseBridge response,
ClosingStrategy closingStrategy)
throws IOException
- Overrides:
getWebSocket
in class Hybi07Handshake
- Throws:
IOException
generateResponse
public byte[] generateResponse(HttpRequestBridge request,
HttpResponseBridge response)
throws IOException
- Overrides:
generateResponse
in class Hybi07Handshake
- Throws:
IOException
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.