Uses of Class
net.sourceforge.jsdp.Information

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

Uses of Information in net.sourceforge.jsdp
 

Fields in net.sourceforge.jsdp declared as Information
protected  Information SessionDescription.i
          The information field
protected  Information MediaDescription.i
          The information field
 

Methods in net.sourceforge.jsdp that return Information
static Information SDPFactory.createInformation(String value)
          Returns a new Information.
 Information SessionDescription.getInformation()
          Returns the information field.
 Information MediaDescription.getInformation()
          Returns the information field.
static Information Information.parse(String field)
          Parse an input string and constructs the equivalent information field.
 

Methods in net.sourceforge.jsdp with parameters of type Information
 void SessionDescription.setInformation(Information i)
          Sets the information field.
 void MediaDescription.setInformation(Information i)
          Sets the information field.
 



Copyright © 2004-2008. All Rights Reserved.