org.projectodd.stilts.stomp.server.websockets.protocol
Class Handshake_Ietf00
java.lang.Object
org.projectodd.stilts.stomp.server.websockets.protocol.Handshake
org.projectodd.stilts.stomp.server.websockets.protocol.Handshake_Ietf00
public class Handshake_Ietf00
- extends Handshake
Handler for ietf-00.
- 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)
|
protected long |
solve(String key)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Handshake_Ietf00
public Handshake_Ietf00()
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
solve
protected long solve(String key)
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.