Uses of Class
org.jivesoftware.smackx.jingleold.packet.JingleContent
Packages that use JingleContent
Package
Description
TODO describe me.
TODO describe me.
TODO describe me.
-
Uses of JingleContent in org.jivesoftware.smackx.jingleold
Methods in org.jivesoftware.smackx.jingleold that return JingleContent -
Uses of JingleContent in org.jivesoftware.smackx.jingleold.packet
Methods in org.jivesoftware.smackx.jingleold.packet that return types with arguments of type JingleContentModifier and TypeMethodDescriptionJingle.getContents()
Get an iterator for the contents.Jingle.getContentsList()
Get an iterator for the content.Methods in org.jivesoftware.smackx.jingleold.packet with parameters of type JingleContentModifier and TypeMethodDescriptionvoid
Jingle.addContent
(JingleContent content) Add a new content.Method parameters in org.jivesoftware.smackx.jingleold.packet with type arguments of type JingleContentModifier and TypeMethodDescriptionvoid
Jingle.addContents
(List<JingleContent> contentList) Add a list of JingleContent elements.Constructors in org.jivesoftware.smackx.jingleold.packet with parameters of type JingleContentConstructor parameters in org.jivesoftware.smackx.jingleold.packet with type arguments of type JingleContentModifierConstructorDescriptionJingle
(List<JingleContent> contents, JingleContentInfo mi, 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 JingleContentModifier and TypeMethodDescriptionJingleContentProvider.parse
(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment) Parse a JingleContent extension.