Uses of Class
org.jivesoftware.smackx.packet.JingleContent

Packages that use JingleContent
org.jivesoftware.smackx.jingle   
org.jivesoftware.smackx.packet XML packets that are part of the XMPP extension protocols. 
 

Uses of JingleContent in org.jivesoftware.smackx.jingle
 

Methods in org.jivesoftware.smackx.jingle that return JingleContent
 JingleContent ContentNegotiator.getJingleContent()
           
 

Uses of JingleContent in org.jivesoftware.smackx.packet
 

Methods in org.jivesoftware.smackx.packet that return types with arguments of type JingleContent
 java.util.Iterator<JingleContent> Jingle.getContents()
          Get an iterator for the contents
 java.util.List<JingleContent> Jingle.getContentsList()
          Get an iterator for the content
 

Methods in org.jivesoftware.smackx.packet with parameters of type JingleContent
 void Jingle.addContent(JingleContent content)
          Add a new content.
 

Method parameters in org.jivesoftware.smackx.packet with type arguments of type JingleContent
 void Jingle.addContents(java.util.List<JingleContent> contentList)
          Add a list of JingleContent elements
 

Constructors in org.jivesoftware.smackx.packet with parameters of type JingleContent
Jingle(JingleContent content)
          Constructor with a contents.
 

Constructor parameters in org.jivesoftware.smackx.packet with type arguments of type JingleContent
Jingle(java.util.List<JingleContent> contents, JingleContentInfo mi, java.lang.String sid)
          A constructor where the main components can be initialized.