Uses of Class
org.jivesoftware.smackx.jingle.element.JingleContent
-
Packages that use JingleContent Package Description org.jivesoftware.smackx.jingle Smack's API for XEP-0166: Jingle.org.jivesoftware.smackx.jingle.element Stanzas and Extension Elements for XEP-0166: Jingle.org.jivesoftware.smackx.jingle.provider Providers and parsers for XEP-0166: Jingle. -
-
Uses of JingleContent in org.jivesoftware.smackx.jingle
Fields in org.jivesoftware.smackx.jingle with type parameters of type JingleContent Modifier and Type Field Description protected List<JingleContent>
JingleSession. contents
Methods in org.jivesoftware.smackx.jingle that return types with arguments of type JingleContent Modifier and Type Method Description List<JingleContent>
JingleSession. getContents()
Constructor parameters in org.jivesoftware.smackx.jingle with type arguments of type JingleContent Constructor Description JingleSession(FullJid initiator, FullJid responder, Role role, String sid, List<JingleContent> contents)
-
Uses of JingleContent in org.jivesoftware.smackx.jingle.element
Methods in org.jivesoftware.smackx.jingle.element that return JingleContent Modifier and Type Method Description JingleContent
JingleContent.Builder. build()
JingleContent
Jingle. getSoleContentOrThrow()
Get the only jingle content if one exists, ornull
.Methods in org.jivesoftware.smackx.jingle.element that return types with arguments of type JingleContent Modifier and Type Method Description List<JingleContent>
Jingle. getContents()
Get a List of the contents.Methods in org.jivesoftware.smackx.jingle.element with parameters of type JingleContent Modifier and Type Method Description Jingle.Builder
Jingle.Builder. addJingleContent(JingleContent content)
-
Uses of JingleContent in org.jivesoftware.smackx.jingle.provider
Methods in org.jivesoftware.smackx.jingle.provider that return JingleContent Modifier and Type Method Description static JingleContent
JingleProvider. parseJingleContent(XmlPullParser parser, int initialDepth)
-