Uses of Class
net.sourceforge.jsdp.Version

Packages that use Version
net.sourceforge.jsdp Classes for encoding and decoding SDP messages. 
 

Uses of Version in net.sourceforge.jsdp
 

Fields in net.sourceforge.jsdp declared as Version
static Version Version.DEFAULT_VERSION
          The default SDP version
protected  Version SessionDescription.v
          The version field
 

Methods in net.sourceforge.jsdp that return Version
static Version SDPFactory.createVersion()
          Returns a Version.
 Version SessionDescription.getVersion()
          Returns the version field.
static Version Version.parse(String field)
          Parse an input string and constructs the equivalent session name field.
 

Methods in net.sourceforge.jsdp with parameters of type Version
 void SessionDescription.setVersion(Version v)
          Sets the version field.
 

Constructors in net.sourceforge.jsdp with parameters of type Version
SessionDescription(Version v, Origin o, SessionName s, TimeDescription td)
          Creates a SessionDescription.
 



Copyright © 2004-2008. All Rights Reserved.