net.sf.fmj.media.rtp
Class RTPHandler

java.lang.Object
  extended by net.sf.fmj.media.rtp.RTPHandler
All Implemented Interfaces:
SourceTransferHandler

public class RTPHandler
extends java.lang.Object
implements SourceTransferHandler

Handles incoming RTP Packets

Version:
1-1-alpha3
Author:
Andrew G D Rowley, Christian Vincenot

Constructor Summary
RTPHandler(RTPSessionMgr manager)
          Creates a new RTPHandler
 
Method Summary
 void transferData(PushSourceStream stream)
          This method is responsible for transferring the data from the stream to the RTP packet handler method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RTPHandler

public RTPHandler(RTPSessionMgr manager)
Creates a new RTPHandler

Parameters:
manager - the RTP Session Manager responsible for this RTPHandler
Method Detail

transferData

public void transferData(PushSourceStream stream)
This method is responsible for transferring the data from the stream to the RTP packet handler method.

Specified by:
transferData in interface SourceTransferHandler
Parameters:
stream - the stream to read the data from