Uses of Class
net.sourceforge.jsdp.SessionName

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

Uses of SessionName in net.sourceforge.jsdp
 

Fields in net.sourceforge.jsdp declared as SessionName
protected  SessionName SessionDescription.s
          The session name field
 

Methods in net.sourceforge.jsdp that return SessionName
static SessionName SDPFactory.createSessionName()
          Returns a new SessionName.
static SessionName SDPFactory.createSessionName(String value)
          Returns a new SessionName.
 SessionName SessionDescription.getSessionName()
          Returns the session name field.
static SessionName SessionName.parse(String field)
          Parse an input string and constructs the equivalent session name field.
 

Methods in net.sourceforge.jsdp with parameters of type SessionName
 void SessionDescription.setSessionName(SessionName s)
          Sets session name field.
 

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



Copyright © 2004-2008. All Rights Reserved.