org.webbitserver.netty
Class Hixie76

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

public class Hixie76
extends Object
implements WebSocketVersion


Constructor Summary
Hixie76(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

Hixie76

public Hixie76(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 © 2013. All Rights Reserved.