Uses of Class
net.sourceforge.jsdp.Uri

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

Uses of Uri in net.sourceforge.jsdp
 

Fields in net.sourceforge.jsdp declared as Uri
protected  Uri SessionDescription.u
          The uri field
 

Methods in net.sourceforge.jsdp that return Uri
static Uri SDPFactory.createUri(String url)
          Returns a new Uri.
static Uri SDPFactory.createUri(URL url)
          Creates a new Uri.
 Uri SessionDescription.getUri()
          Returns the uri field.
static Uri Uri.parse(String field)
          Parse an input string and constructs the equivalent uri field.
 

Methods in net.sourceforge.jsdp with parameters of type Uri
 void SessionDescription.setUri(Uri u)
          Sets the uri field.
 



Copyright © 2004-2008. All Rights Reserved.