Package net.sourceforge.jsdp

Classes for encoding and decoding SDP messages.

See:
          Description

Interface Summary
Description A description is an aggregation of SDP fields.
Field A field is a line of text in the SDP message.
 

Class Summary
Attribute An Attribute represents an a=<field value> field contained in a SDP message.
Bandwith A Bandwith represents an b=<field value> field contained in a SDP message.
Connection A Connection represents an c=<field value> field contained in a SDP message.
Email An Email represents an e=<field value> field contained in a SDP message.
Information An Information represents an i=<field value> field contained in a SDP message.
Key A Key represents an <k=<field value> field contained in a SDP message.
Media A Media represents a m=<field value> field contained in a SDP message.
MediaDescription A MediaDescription identifies the set of medias that may be received.
Origin An Origin represents an o=<field value> field contained in a SDP message.
Phone A Phone represents a p=<field value> field contained in a SDP message.
RepeatTime A RepeatTime represents a r=<field value> field contained in a SDP message.
SDPFactory The SDPFactory enables to encode and decode SDP messages.
SessionDescription A SessionDescription represents the data defined by the Session Description Protocol.
SessionName A SessionName represents a s=<field value> field contained in a SDP message.
Time A Time represents a t=<field value> field contained in a SDP message.
TimeDescription A TimeDescription represents the fields present within a SDP time description.
TimeZone A TimeZone represents a z=<field value> field contained in a SDP message.
Uri An Uri represents a u=<field value> field contained in a SDP message.
Version A Version represents the v=<field value> field contained in a SDP message.
 

Exception Summary
SDPException The SDP general exception.
SDPParseException This exception is thrown when an error occurs while parsing an SDP message or an SDP field.
 

Package net.sourceforge.jsdp Description

Classes for encoding and decoding SDP messages.



Copyright © 2004-2008. All Rights Reserved.