com.flazr.rtmp
Class RtmpDecoder

java.lang.Object
  extended by org.jboss.netty.channel.SimpleChannelUpstreamHandler
      extended by org.jboss.netty.handler.codec.replay.ReplayingDecoder<RtmpDecoder.DecoderState>
          extended by com.flazr.rtmp.RtmpDecoder
All Implemented Interfaces:
org.jboss.netty.channel.ChannelHandler, org.jboss.netty.channel.ChannelUpstreamHandler

public class RtmpDecoder
extends org.jboss.netty.handler.codec.replay.ReplayingDecoder<RtmpDecoder.DecoderState>


Nested Class Summary
static class RtmpDecoder.DecoderState
           
 
Constructor Summary
RtmpDecoder()
           
 
Method Summary
protected  Object decode(org.jboss.netty.channel.ChannelHandlerContext ctx, org.jboss.netty.channel.Channel channel, org.jboss.netty.buffer.ChannelBuffer in, RtmpDecoder.DecoderState state)
           
 
Methods inherited from class org.jboss.netty.handler.codec.replay.ReplayingDecoder
actualReadableBytes, channelClosed, channelDisconnected, checkpoint, checkpoint, decodeLast, exceptionCaught, getState, 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

RtmpDecoder

public RtmpDecoder()
Method Detail

decode

protected Object decode(org.jboss.netty.channel.ChannelHandlerContext ctx,
                        org.jboss.netty.channel.Channel channel,
                        org.jboss.netty.buffer.ChannelBuffer in,
                        RtmpDecoder.DecoderState state)
Specified by:
decode in class org.jboss.netty.handler.codec.replay.ReplayingDecoder<RtmpDecoder.DecoderState>


Copyright © 2011. All Rights Reserved.