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
Methods in org.jivesoftware.smackx.jingle with parameters of type JingleContentDescription Modifier and Type Method Description Jingle
JingleUtil. createSessionAccept(FullJid recipient, java.lang.String sessionId, JingleContent.Creator contentCreator, java.lang.String contentName, JingleContent.Senders contentSenders, JingleContentDescription description, JingleContentTransport transport)
Jingle
JingleUtil. createSessionInitiate(FullJid recipient, java.lang.String sessionId, JingleContent.Creator contentCreator, java.lang.String contentName, JingleContent.Senders contentSenders, JingleContentDescription description, JingleContentTransport transport)
Jingle
JingleUtil. createSessionInitiateFileOffer(FullJid recipient, java.lang.String sessionId, JingleContent.Creator contentCreator, java.lang.String contentName, JingleContentDescription description, JingleContentTransport transport)
IQ
JingleUtil. sendContentRejectFileNotAvailable(FullJid recipient, java.lang.String sessionId, JingleContentDescription description)
IQ
JingleUtil. sendSessionAccept(FullJid recipient, java.lang.String sessionId, JingleContent.Creator contentCreator, java.lang.String contentName, JingleContent.Senders contentSenders, JingleContentDescription description, JingleContentTransport transport)
IQ
JingleUtil. sendSessionInitiate(FullJid recipient, java.lang.String sessionId, JingleContent.Creator contentCreator, java.lang.String contentName, JingleContent.Senders contentSenders, JingleContentDescription description, JingleContentTransport transport)
IQ
JingleUtil. sendSessionInitiateFileOffer(FullJid recipient, java.lang.String sessionId, JingleContent.Creator contentCreator, java.lang.String contentName, JingleContentDescription description, JingleContentTransport transport)
-
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>
-