com.flazr.rtmp
Class RtmpEncoder

java.lang.Object
  extended by org.jboss.netty.channel.SimpleChannelDownstreamHandler
      extended by com.flazr.rtmp.RtmpEncoder
All Implemented Interfaces:
org.jboss.netty.channel.ChannelDownstreamHandler, org.jboss.netty.channel.ChannelHandler

@ChannelPipelineCoverage(value="one")
public class RtmpEncoder
extends org.jboss.netty.channel.SimpleChannelDownstreamHandler


Constructor Summary
RtmpEncoder()
           
 
Method Summary
 org.jboss.netty.buffer.ChannelBuffer encode(RtmpMessage message)
           
 void writeRequested(org.jboss.netty.channel.ChannelHandlerContext ctx, org.jboss.netty.channel.MessageEvent e)
           
 
Methods inherited from class org.jboss.netty.channel.SimpleChannelDownstreamHandler
bindRequested, closeRequested, connectRequested, disconnectRequested, handleDownstream, setInterestOpsRequested, unbindRequested
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RtmpEncoder

public RtmpEncoder()
Method Detail

writeRequested

public void writeRequested(org.jboss.netty.channel.ChannelHandlerContext ctx,
                           org.jboss.netty.channel.MessageEvent e)
Overrides:
writeRequested in class org.jboss.netty.channel.SimpleChannelDownstreamHandler

encode

public org.jboss.netty.buffer.ChannelBuffer encode(RtmpMessage message)


Copyright © 2011. All Rights Reserved.