org.ow2.clif.probe.rtp
Class RTPInformation

java.lang.Object
  extended by org.ow2.clif.probe.rtp.RTPInformation

public class RTPInformation
extends java.lang.Object

Class to keep informations about RTP packets.

Author:
Rémi Druilhe

Constructor Summary
RTPInformation()
           
RTPInformation(byte[] data, java.lang.Long time, java.lang.Integer port)
           
 
Method Summary
 byte[] getData()
           
 java.lang.Integer getPort()
           
 java.lang.Long getTime()
           
 void setData(byte[] data)
           
 void setPort(java.lang.Integer port)
           
 void setTime(java.lang.Long time)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RTPInformation

public RTPInformation()

RTPInformation

public RTPInformation(byte[] data,
                      java.lang.Long time,
                      java.lang.Integer port)
Method Detail

getData

public byte[] getData()

getTime

public java.lang.Long getTime()

getPort

public java.lang.Integer getPort()

setData

public void setData(byte[] data)

setTime

public void setTime(java.lang.Long time)

setPort

public void setPort(java.lang.Integer port)