org.webbitserver.netty
Class Hixie75

java.lang.Object
  extended by org.webbitserver.netty.Hixie75
All Implemented Interfaces:
WebSocketVersion

public class Hixie75
extends Object
implements WebSocketVersion


Constructor Summary
Hixie75(org.jboss.netty.handler.codec.http.HttpRequest req, org.jboss.netty.handler.codec.http.HttpResponse res)
           
 
Method Summary
 org.jboss.netty.channel.ChannelHandler createDecoder()
           
 org.jboss.netty.channel.ChannelHandler createEncoder()
           
 boolean matches()
           
 void prepareHandshakeResponse(NettyWebSocketConnection webSocketConnection)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Hixie75

public Hixie75(org.jboss.netty.handler.codec.http.HttpRequest req,
               org.jboss.netty.handler.codec.http.HttpResponse res)
Method Detail

matches

public boolean matches()
Specified by:
matches in interface WebSocketVersion

prepareHandshakeResponse

public void prepareHandshakeResponse(NettyWebSocketConnection webSocketConnection)
Specified by:
prepareHandshakeResponse in interface WebSocketVersion

createDecoder

public org.jboss.netty.channel.ChannelHandler createDecoder()
Specified by:
createDecoder in interface WebSocketVersion

createEncoder

public org.jboss.netty.channel.ChannelHandler createEncoder()
Specified by:
createEncoder in interface WebSocketVersion


Copyright © 2012. All Rights Reserved.