Uses of Class
org.jivesoftware.smackx.jingle.Role
-
Packages that use Role Package Description org.jivesoftware.smackx.jingle Smack's API for XEP-0166: Jingle. -
-
Uses of Role in org.jivesoftware.smackx.jingle
Fields in org.jivesoftware.smackx.jingle declared as Role Modifier and Type Field Description protected Role
JingleSession. role
Methods in org.jivesoftware.smackx.jingle that return Role Modifier and Type Method Description static Role
Role. valueOf(java.lang.String name)
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 Role Constructor Description JingleSession(FullJid initiator, FullJid responder, Role role, java.lang.String sid)
JingleSession(FullJid initiator, FullJid responder, Role role, java.lang.String sid, java.util.List<JingleContent> contents)
-