Uses of Class
org.lastbamboo.common.sdp.api.SdpParseException

Packages that use SdpParseException
org.lastbamboo.common.sdp   
org.lastbamboo.common.sdp.api   
org.lastbamboo.common.sdp.fields   
 

Uses of SdpParseException in org.lastbamboo.common.sdp
 

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

Uses of SdpParseException in org.lastbamboo.common.sdp.api
 

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

Uses of SdpParseException in org.lastbamboo.common.sdp.fields
 

Methods in org.lastbamboo.common.sdp.fields that throw SdpParseException
 int RepeatField.getActiveDuration()
          Returns the "active duration" in seconds.
 String OriginField.getAddress()
          Returns the type of the network for this Connection.
 String ConnectionField.getAddress()
          Returns the type of the network for this Connection.
 String OriginField.getAddressType()
          Returns the type of the address for this Connection.
 String ConnectionField.getAddressType()
          Returns the type of the address for this Connection.
 String KeyField.getKey()
          Returns the value of this attribute.
 Vector MediaField.getMediaFormats(boolean create)
          Returns an Vector of the media formats supported by this description.
 int MediaField.getMediaPort()
          Returns the port of the media defined by this description
 String MediaField.getMediaType()
          Returns the type (audio,video etc) of the media defined by this description.
 String KeyField.getMethod()
          Returns the name of this attribute
 String AttributeField.getName()
          Returns the name of this attribute
 String OriginField.getNetworkType()
          Returns the type of the network for this Connection
 String ConnectionField.getNetworkType()
          Returns the type of the network for this Connection.
 int[] RepeatField.getOffsetArray()
          Returns the list of offsets.
 int MediaField.getPortCount()
          Returns the number of ports associated with this media description
 String MediaField.getProtocol()
          Returns the protocol over which this media should be transmitted.
 int RepeatField.getRepeatInterval()
          Returns the "repeat interval" in seconds.
 long OriginField.getSessionId()
          Returns the unique identity of the session.
 long OriginField.getSessionVersion()
          Returns the unique version of the session.
 Date TimeField.getStart()
          Returns the start time of the conference/session.
 Date TimeField.getStop()
          Returns the stop time of the session
 String BandwidthField.getType()
          Returns the bandwidth type.
 boolean RepeatField.getTypedTime()
          Returns whether the field will be output as a typed time or a integer value.
 String OriginField.getUsername()
          Returns the name of the session originator.
 String SessionNameField.getValue()
          Returns the value.
 String PhoneField.getValue()
          Returns the value.
 String InformationField.getValue()
          Returns the value.
 String EmailField.getValue()
          Returns the value.
 int BandwidthField.getValue()
          Returns the bandwidth value measured in kilobits per second.
 String AttributeField.getValue()
          Returns the value of this attribute.
 int ProtoVersionField.getVersion()
          Returns the version number.
 Hashtable ZoneField.getZoneAdjustments(boolean create)
          Returns a Hashtable of adjustment times, where: key = Date.
 boolean KeyField.hasKey()
          Determines if this attribute has an associated value.
 boolean AttributeField.hasValue()
          Determines if this attribute has an associated value.
 



Copyright © 2013 LittleShoot. All Rights Reserved.