mkh.sip
Class SDPMessage

java.lang.Object
  extended bymkh.sip.SDPMessage

public class SDPMessage
extends java.lang.Object

This class is a Session Description Protocol (SDP) Message.

Version:
1.0, 14/07/2004
Author:
Masood Khosroshahy ( www.m-kh.info )

Field Summary
protected  java.util.Properties sdpFields
          SDP headers are held in this Properties object.
 
Constructor Summary
SDPMessage()
          Constructor.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sdpFields

protected java.util.Properties sdpFields
SDP headers are held in this Properties object.

Constructor Detail

SDPMessage

public SDPMessage()
Constructor.