Uses of Class
org.jivesoftware.smackx.jingleold.packet.JingleDescription
Packages that use JingleDescription
Package
Description
TODO describe me.
TODO describe me.
TODO describe me.
-
Uses of JingleDescription in org.jivesoftware.smackx.jingleold.media
Methods in org.jivesoftware.smackx.jingleold.media that return JingleDescriptionModifier and TypeMethodDescriptionMediaNegotiator.getJingleDescription()
Create a JingleDescription that matches this negotiator. -
Uses of JingleDescription in org.jivesoftware.smackx.jingleold.packet
Subclasses of JingleDescription in org.jivesoftware.smackx.jingleold.packetMethods in org.jivesoftware.smackx.jingleold.packet that return JingleDescriptionModifier and TypeMethodDescriptionJingleContent.getDescription()
Gets the description for this Jingle content.Methods in org.jivesoftware.smackx.jingleold.packet with parameters of type JingleDescriptionModifier and TypeMethodDescriptionvoid
JingleContent.setDescription
(JingleDescription description) Sets the description for this Jingle content. -
Uses of JingleDescription in org.jivesoftware.smackx.jingleold.provider
Methods in org.jivesoftware.smackx.jingleold.provider that return JingleDescriptionModifier and TypeMethodDescriptionprotected JingleDescription
JingleDescriptionProvider.Audio.getInstance()
Get a new instance of this object.protected abstract JingleDescription
JingleDescriptionProvider.getInstance()
Return a new instance of this class.JingleDescriptionProvider.parse
(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment) Parse a iq/jingle/description element.