NIST SIP Parser and Stack (v1.2) API

Uses of Interface
javax.sdp.Info

Packages that use Info
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 Info in gov.nist.javax.sdp
 

Methods in gov.nist.javax.sdp that return Info
 Info SessionDescriptionImpl.getInfo()
          Returns value of the info field (i=) of this object.
 Info MediaDescriptionImpl.getInfo()
          Returns value of the info field (i=) of this object.
 

Methods in gov.nist.javax.sdp with parameters of type Info
 void SessionDescriptionImpl.setInfo(Info i)
          Sets the i= field of this object.
 void MediaDescriptionImpl.setInfo(Info i)
          Sets the i= field of this object.
 

Uses of Info in javax.sdp
 

Methods in javax.sdp that return Info
 Info SessionDescription.getInfo()
          Returns value of the info field (i=) of this object.
 Info SdpFactory.createInfo(String value)
          Returns Info object with the specified value.
 Info MediaDescription.getInfo()
          Returns value of the info field (i=) of this object.
 

Methods in javax.sdp with parameters of type Info
 void SessionDescription.setInfo(Info i)
          Sets the i= field of this object.
 void MediaDescription.setInfo(Info i)
          Sets the i= field of this object.
 


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.