Uses of Class
org.jivesoftware.smackx.jingle.element.JingleContentDescription
-
Packages that use JingleContentDescription Package Description org.jivesoftware.smackx.jingle Smack's API for XEP-0166: Jingle.org.jivesoftware.smackx.jingle_filetransfer.element Smack's API for XEP-0234: Jingle File Transfer.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 JingleContentDescription in org.jivesoftware.smackx.jingle
-
Uses of JingleContentDescription in org.jivesoftware.smackx.jingle_filetransfer.element
Subclasses of JingleContentDescription in org.jivesoftware.smackx.jingle_filetransfer.element Modifier and Type Class Description class
JingleFileTransfer
File element. -
Uses of JingleContentDescription in org.jivesoftware.smackx.jingle.element
Subclasses of JingleContentDescription in org.jivesoftware.smackx.jingle.element Modifier and Type Class Description class
UnknownJingleContentDescription
Methods in org.jivesoftware.smackx.jingle.element that return JingleContentDescription Modifier and Type Method Description JingleContentDescription
JingleContent. getDescription()
Gets the description for this Jingle content.Methods in org.jivesoftware.smackx.jingle.element with parameters of type JingleContentDescription Modifier and Type Method Description JingleContent.Builder
JingleContent.Builder. setDescription(JingleContentDescription description)
-
Uses of JingleContentDescription in org.jivesoftware.smackx.jingle.provider
Classes in org.jivesoftware.smackx.jingle.provider with type parameters of type JingleContentDescription Modifier and Type Class Description class
JingleContentDescriptionProvider<D extends JingleContentDescription>
-