NIST SIP Parser and Stack (v1.2) API

Uses of Class
javax.sdp.SdpParseException

Packages that use SdpParseException
gov.nist.javax.sdp Preliminary implementation of the javax.sdp package (JSR 141 see JSR 141
javax.sdp This is a preliminary version of the javax.sdp package based on the public review version JSR 141 .  
 

Uses of SdpParseException in gov.nist.javax.sdp
 

Methods in gov.nist.javax.sdp that throw SdpParseException
 Vector SessionDescriptionImpl.getEmails(boolean create)
          Returns an email address to contact for further information about the session.
 int SessionDescriptionImpl.getBandwidth(String name)
          Returns the integer value of the specified bandwidth name.
 String SessionDescriptionImpl.getAttribute(String name)
          Returns the value of the specified attribute.
 int MediaDescriptionImpl.getBandwidth(String name)
          Returns the integer value of the specified bandwidth name.
 String MediaDescriptionImpl.getAttribute(String name)
          Returns the value of the specified attribute.
 

Uses of SdpParseException in javax.sdp
 

Methods in javax.sdp that throw SdpParseException
 int Version.getVersion()
          Returns the version number.
 URL URI.get()
          Returns the value.
 Hashtable TimeZoneAdjustment.getZoneAdjustments(boolean create)
          Returns a Hashtable of adjustment times, where: key = Date.
 Time TimeDescription.getTime()
          Returns the Time field.
 Date Time.getStart()
          Returns the start time of the conference/session.
 Date Time.getStop()
          Returns the stop time of the session
 String SessionName.getValue()
          Returns the value.
 Vector SessionDescription.getEmails(boolean create)
          Returns an email address to contact for further information about the session.
 int SessionDescription.getBandwidth(String name)
          Returns the integer value of the specified bandwidth name.
 String SessionDescription.getAttribute(String name)
          Returns the value of the specified attribute.
 SessionDescription SdpFactory.createSessionDescription(String s)
          Creates a SessionDescription populated with the information contained within the string parameter.
static long SdpFactory.getNtpTime(Date d)
          Returns a long containing the NTP value for a given Java Date.
static void SdpFactory.main(String[] args)
           
 int RepeatTime.getRepeatInterval()
          Returns the "repeat interval" in seconds.
 int RepeatTime.getActiveDuration()
          Returns the "active duration" in seconds.
 int[] RepeatTime.getOffsetArray()
          Returns the list of offsets.
 boolean RepeatTime.getTypedTime()
          Returns whether the field will be output as a typed time or a integer value.
 String Phone.getValue()
          Returns the value.
 String Origin.getUsername()
          Returns the name of the session originator.
 long Origin.getSessionId()
          Returns the unique identity of the session.
 long Origin.getSessionVersion()
          Returns the unique version of the session.
 String Origin.getAddress()
          Returns the type of the network for this Connection.
 String Origin.getAddressType()
          Returns the type of the address for this Connection.
 String Origin.getNetworkType()
          Returns the type of the network for this Connection
 int MediaDescription.getBandwidth(String name)
          Returns the integer value of the specified bandwidth name.
 String MediaDescription.getAttribute(String name)
          Returns the value of the specified attribute.
 String Media.getMediaType()
          Returns the type (audio,video etc) of the media defined by this description.
 int Media.getMediaPort()
          Returns the port of the media defined by this description
 int Media.getPortCount()
          Returns the number of ports associated with this media description
 String Media.getProtocol()
          Returns the protocol over which this media should be transmitted.
 Vector Media.getMediaFormats(boolean create)
          Returns an Vector of the media formats supported by this description.
 String Key.getMethod()
          Returns the name of this attribute
 boolean Key.hasKey()
          Determines if this attribute has an associated value.
 String Key.getKey()
          Returns the value of this attribute.
 String Info.getValue()
          Returns the value.
 String EMail.getValue()
          Returns the value.
 String Connection.getAddress()
          Returns the type of the network for this Connection.
 String Connection.getAddressType()
          Returns the type of the address for this Connection.
 String Connection.getNetworkType()
          Returns the type of the network for this Connection.
 String BandWidth.getType()
          Returns the bandwidth type.
 int BandWidth.getValue()
          Returns the bandwidth value measured in kilobits per second.
 String Attribute.getName()
          Returns the name of this attribute
 boolean Attribute.hasValue()
          Determines if this attribute has an associated value.
 String Attribute.getValue()
          Returns the value of this attribute.
 


NIST SIP Parser and Stack (v1.2) API

A product of the NIST/ITL Advanced Networking Technologies Division.
See conditions of use.
Get the latest distribution.
Submit a bug report or feature request.