play.server.hybi10
Class Hybi10WebSocketFrameDecoder

java.lang.Object
  extended by org.jboss.netty.channel.SimpleChannelUpstreamHandler
      extended by org.jboss.netty.handler.codec.replay.ReplayingDecoder<Hybi10WebSocketFrameDecoder.State>
          extended by play.server.hybi10.Hybi10WebSocketFrameDecoder
All Implemented Interfaces:
org.jboss.netty.channel.ChannelHandler, org.jboss.netty.channel.ChannelUpstreamHandler

public class Hybi10WebSocketFrameDecoder
extends org.jboss.netty.handler.codec.replay.ReplayingDecoder<Hybi10WebSocketFrameDecoder.State>


Nested Class Summary
static class Hybi10WebSocketFrameDecoder.State
           
 
Nested classes/interfaces inherited from interface org.jboss.netty.channel.ChannelHandler
org.jboss.netty.channel.ChannelHandler.Sharable
 
Constructor Summary
Hybi10WebSocketFrameDecoder()
           
 
Method Summary
protected  java.lang.Object decode(org.jboss.netty.channel.ChannelHandlerContext ctx, org.jboss.netty.channel.Channel channel, org.jboss.netty.buffer.ChannelBuffer buffer, Hybi10WebSocketFrameDecoder.State state)
           
 
Methods inherited from class org.jboss.netty.handler.codec.replay.ReplayingDecoder
actualReadableBytes, channelClosed, channelDisconnected, checkpoint, checkpoint, decodeLast, exceptionCaught, getState, internalBuffer, messageReceived, setState
 
Methods inherited from class org.jboss.netty.channel.SimpleChannelUpstreamHandler
channelBound, channelConnected, channelInterestChanged, channelOpen, channelUnbound, childChannelClosed, childChannelOpen, handleUpstream, writeComplete
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Hybi10WebSocketFrameDecoder

public Hybi10WebSocketFrameDecoder()
Method Detail

decode

protected java.lang.Object decode(org.jboss.netty.channel.ChannelHandlerContext ctx,
                                  org.jboss.netty.channel.Channel channel,
                                  org.jboss.netty.buffer.ChannelBuffer buffer,
                                  Hybi10WebSocketFrameDecoder.State state)
                           throws java.lang.Exception
Specified by:
decode in class org.jboss.netty.handler.codec.replay.ReplayingDecoder<Hybi10WebSocketFrameDecoder.State>
Throws:
java.lang.Exception


Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly