NIST-SIP: The Reference Implementation for JAIN-SIP 1.2

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

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

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

Uses of Info in gov.nist.javax.sdp.fields
 

Classes in gov.nist.javax.sdp.fields that implement Info
 class InformationField
          Information field implementation
 

Uses of Info in javax.sdp
 

Methods in javax.sdp that return Info
 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.
 Info SessionDescription.getInfo()
          Returns value of the info field (i=) of this object.
 

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


NIST-SIP: The Reference Implementation for JAIN-SIP 1.2

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