Uses of Enum
org.jivesoftware.smackx.jingle.Role
-
Uses of Role in org.jivesoftware.smackx.jingle
Modifier and TypeMethodDescriptionstatic Role
Returns the enum constant of this type with the specified name.static Role[]
Role.values()
Returns an array containing the constants of this enum type, in the order they are declared.ModifierConstructorDescriptionJingleSession
(FullJid initiator, FullJid responder, Role role, String sid) JingleSession
(FullJid initiator, FullJid responder, Role role, String sid, List<JingleContent> contents)