Uses of Class
net.sourceforge.jsdp.Phone

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

Uses of Phone in net.sourceforge.jsdp
 

Methods in net.sourceforge.jsdp that return Phone
static Phone SDPFactory.createPhone(String number)
          Returns a new Phone.
 Phone[] SessionDescription.getPhones()
          Returns the phone fields.
static Phone Phone.parse(String field)
          Parse an input string and constructs the equivalent phone field.
 

Methods in net.sourceforge.jsdp with parameters of type Phone
 void SessionDescription.addPhone(Phone field)
          Adds a phone field.
 void SessionDescription.setPhones(Phone[] fields)
          Sets phone fields.
 



Copyright © 2004-2008. All Rights Reserved.