Uses of Class
org.jivesoftware.smackx.jingleold.packet.JingleContentInfo
Packages that use JingleContentInfo
-
Uses of JingleContentInfo in org.jivesoftware.smackx.jingleold.packet
Subclasses of JingleContentInfo in org.jivesoftware.smackx.jingleold.packetModifier and TypeClassDescriptionstatic class
Transport part of a Jingle packet.static class
Busy jmf info.static class
Hold jmf info.static class
Mute jmf info.static class
Queued jmf info.static class
Ringing jmf info.Methods in org.jivesoftware.smackx.jingleold.packet that return JingleContentInfoMethods in org.jivesoftware.smackx.jingleold.packet with parameters of type JingleContentInfoModifier and TypeMethodDescriptionvoid
Jingle.setContentInfo
(JingleContentInfo contentInfo) Set content info.Constructors in org.jivesoftware.smackx.jingleold.packet with parameters of type JingleContentInfoModifierConstructorDescriptionJingle
(List<JingleContent> contents, JingleContentInfo mi, String sid) A constructor where the main components can be initialized.Jingle
(JingleContentInfo info) Constructor with a content info.