org.projectodd.stilts.stomp.server.websockets.protocol
Class Handshake_Hixie75
java.lang.Object
org.projectodd.stilts.stomp.server.websockets.protocol.Handshake
org.projectodd.stilts.stomp.server.websockets.protocol.Handshake_Hixie75
public class Handshake_Hixie75
- extends Handshake
Handler for hixie-75.
- Author:
- Michael Dobozy, Bob McWhirter
Method Summary |
org.jboss.netty.handler.codec.http.HttpResponse |
generateResponse(org.jboss.netty.handler.codec.http.HttpRequest request)
|
boolean |
matches(org.jboss.netty.handler.codec.http.HttpRequest request)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Handshake_Hixie75
public Handshake_Hixie75()
matches
public boolean matches(org.jboss.netty.handler.codec.http.HttpRequest request)
- Specified by:
matches
in class Handshake
generateResponse
public org.jboss.netty.handler.codec.http.HttpResponse generateResponse(org.jboss.netty.handler.codec.http.HttpRequest request)
throws Exception
- Specified by:
generateResponse
in class Handshake
- Throws:
Exception
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.