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 classTransport part of a Jingle packet.static classBusy jmf info.static classHold jmf info.static classMute jmf info.static classQueued jmf info.static classRinging jmf info.Methods in org.jivesoftware.smackx.jingleold.packet that return JingleContentInfoMethods in org.jivesoftware.smackx.jingleold.packet with parameters of type JingleContentInfoModifier and TypeMethodDescriptionvoidJingle.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.