Uses of Enum
org.jivesoftware.smackx.jingle.Role
Packages that use Role
-
Uses of Role in org.jivesoftware.smackx.jingle
Fields in org.jivesoftware.smackx.jingle declared as RoleMethods in org.jivesoftware.smackx.jingle that return RoleModifier 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.Constructors in org.jivesoftware.smackx.jingle with parameters of type RoleModifierConstructorDescriptionJingleSession
(FullJid initiator, FullJid responder, Role role, String sid) JingleSession
(FullJid initiator, FullJid responder, Role role, String sid, List<JingleContent> contents)