|
NIST-SIP: The Reference Implementation for JAIN-SIP 1.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SdpParseException | |
---|---|
gov.nist.javax.sdp | Preliminary implementation of the javax.sdp package (JSR 141 see JSR 141 ) |
gov.nist.javax.sdp.fields | Classes for SDP Fields. |
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 | |
---|---|
String |
MediaDescriptionImpl.getAttribute(String name)
Returns the value of the specified attribute. |
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. |
int |
SessionDescriptionImpl.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 gov.nist.javax.sdp.fields |
---|
Methods in gov.nist.javax.sdp.fields that throw SdpParseException | |
---|---|
int |
RepeatField.getActiveDuration()
Returns the "active duration" in seconds. |
String |
ConnectionField.getAddress()
Returns the type of the network for this Connection. |
String |
OriginField.getAddress()
Returns the type of the network for this Connection. |
String |
ConnectionField.getAddressType()
Returns the type of the address for this Connection. |
String |
OriginField.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 |
ConnectionField.getNetworkType()
Returns the type of the network for this Connection. |
String |
OriginField.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 |
Vector |
PreconditionFields.getPreconditionCurr(String status)
Get the attribute fields with the name "curr" for current precondition. |
Vector |
PreconditionFields.getPreconditionDes(String status)
Get the attribute fields with the name "des" for desired precondition There can be more than one current precondition line for a status-type (with different direction-tag values), specially if strength-tag is different |
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 |
AttributeField.getValue()
Returns the value of this attribute. |
int |
BandwidthField.getValue()
Returns the bandwidth value measured in kilobits per second. |
String |
EmailField.getValue()
Returns the value. |
String |
InformationField.getValue()
Returns the value. |
String |
PhoneField.getValue()
Returns the value. |
String |
SessionNameField.getValue()
Returns the value. |
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. |
Uses of SdpParseException in javax.sdp |
---|
Methods in javax.sdp 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 |
Connection.getAddress()
Returns the type of the network for this Connection. |
String |
Origin.getAddress()
Returns the type of the network for this Connection. |
String |
Connection.getAddressType()
Returns the type of the address for this Connection. |
String |
Origin.getAddressType()
Returns the type of the address for this Connection. |
String |
MediaDescription.getAttribute(String name)
Returns the value of the specified attribute. |
String |
SessionDescription.getAttribute(String name)
Returns the value of the specified attribute. |
int |
MediaDescription.getBandwidth(String name)
Returns the integer value of the specified bandwidth name. |
int |
SessionDescription.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 |
Connection.getNetworkType()
Returns the type of the network for this Connection. |
String |
Origin.getNetworkType()
Returns the type of the network for this Connection |
static long |
SdpFactory.getNtpTime(Date d)
Returns a long containing the NTP value for a given Java Date. |
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 |
Attribute.getValue()
Returns the value of this attribute. |
int |
BandWidth.getValue()
Returns the bandwidth value measured in kilobits per second. |
String |
EMail.getValue()
Returns the value. |
String |
Info.getValue()
Returns the value. |
String |
Phone.getValue()
Returns the value. |
String |
SessionName.getValue()
Returns the value. |
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. |
static void |
SdpFactory.main(String[] args)
|
|
NIST-SIP: The Reference Implementation for JAIN-SIP 1.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |