Uses of Class
org.jivesoftware.smackx.jingleold.packet.JingleContent
-
Packages that use JingleContent Package Description org.jivesoftware.smackx.jingleold TODO describe me.org.jivesoftware.smackx.jingleold.packet TODO describe me.org.jivesoftware.smackx.jingleold.provider TODO describe me. -
-
Uses of JingleContent in org.jivesoftware.smackx.jingleold
Methods in org.jivesoftware.smackx.jingleold that return JingleContent Modifier and Type Method Description JingleContent
ContentNegotiator. getJingleContent()
-
Uses of JingleContent in org.jivesoftware.smackx.jingleold.packet
Methods in org.jivesoftware.smackx.jingleold.packet that return types with arguments of type JingleContent Modifier and Type Method Description 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.jingleold.packet with parameters of type JingleContent Modifier and Type Method Description void
Jingle. addContent(JingleContent content)
Add a new content.Method parameters in org.jivesoftware.smackx.jingleold.packet with type arguments of type JingleContent Modifier and Type Method Description void
Jingle. addContents(java.util.List<JingleContent> contentList)
Add a list of JingleContent elements.Constructors in org.jivesoftware.smackx.jingleold.packet with parameters of type JingleContent Constructor Description Jingle(JingleContent content)
Constructor with a contents.Constructor parameters in org.jivesoftware.smackx.jingleold.packet with type arguments of type JingleContent Constructor Description Jingle(java.util.List<JingleContent> contents, JingleContentInfo mi, java.lang.String sid)
A constructor where the main components can be initialized. -
Uses of JingleContent in org.jivesoftware.smackx.jingleold.provider
Methods in org.jivesoftware.smackx.jingleold.provider that return JingleContent Modifier and Type Method Description JingleContent
JingleContentProvider. parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)
Parse a JingleContent extension.
-