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

Uses of Interface
javax.sdp.Version

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

Methods in gov.nist.javax.sdp that return Version
 Version SessionDescriptionImpl.getVersion()
          Returns the version of SDP in use.
 

Methods in gov.nist.javax.sdp with parameters of type Version
 void SessionDescriptionImpl.setVersion(Version v)
          Sets the version of SDP in use.
 

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

Classes in gov.nist.javax.sdp.fields that implement Version
 class ProtoVersionField
          Proto version field of SDP announce.
 

Uses of Version in javax.sdp
 

Methods in javax.sdp that return Version
 Version SdpFactory.createVersion(int value)
          Returns Version object with the specified values.
 Version SessionDescription.getVersion()
          Returns the version of SDP in use.
 

Methods in javax.sdp with parameters of type Version
 void SessionDescription.setVersion(Version v)
          Sets the version of SDP in use.
 


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.