com.flazr.rtmp.message
Class CommandAmf0

java.lang.Object
  extended by com.flazr.rtmp.message.AbstractMessage
      extended by com.flazr.rtmp.message.Command
          extended by com.flazr.rtmp.message.CommandAmf0
All Implemented Interfaces:
RtmpMessage

public class CommandAmf0
extends Command


Nested Class Summary
 
Nested classes/interfaces inherited from class com.flazr.rtmp.message.Command
Command.OnStatus
 
Nested classes/interfaces inherited from class com.flazr.rtmp.message.AbstractMessage
AbstractMessage.Pair
 
Field Summary
 
Fields inherited from class com.flazr.rtmp.message.Command
args, name, object, transactionId
 
Fields inherited from class com.flazr.rtmp.message.AbstractMessage
header
 
Constructor Summary
CommandAmf0(int transactionId, String name, Amf0Object object, Object... args)
           
CommandAmf0(RtmpHeader header, org.jboss.netty.buffer.ChannelBuffer in)
           
CommandAmf0(String name, Amf0Object object, Object... args)
           
 
Method Summary
 void decode(org.jboss.netty.buffer.ChannelBuffer in)
           
 org.jboss.netty.buffer.ChannelBuffer encode()
           
 
Methods inherited from class com.flazr.rtmp.message.Command
closeStream, connect, connectSuccess, createStream, createStreamSuccess, getArg, getArgCount, getName, getObject, getTransactionId, onBWDone, onStatus, pauseNotify, play, playFailed, playReset, playStart, playStop, publish, publishBadName, publishNotify, publishStart, seekNotify, setTransactionId, toString, unpauseNotify, unpublish, unpublishNotify, unpublishSuccess
 
Methods inherited from class com.flazr.rtmp.message.AbstractMessage
getHeader, map, map, object, object, pair
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CommandAmf0

public CommandAmf0(RtmpHeader header,
                   org.jboss.netty.buffer.ChannelBuffer in)

CommandAmf0

public CommandAmf0(int transactionId,
                   String name,
                   Amf0Object object,
                   Object... args)

CommandAmf0

public CommandAmf0(String name,
                   Amf0Object object,
                   Object... args)
Method Detail

encode

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

decode

public void decode(org.jboss.netty.buffer.ChannelBuffer in)


Copyright © 2011. All Rights Reserved.