Uses of Class
org.jivesoftware.smackx.jingle.element.JingleReason.Reason
-
Packages that use JingleReason.Reason Package Description org.jivesoftware.smackx.jingle Smack's API for XEP-0166: Jingle.org.jivesoftware.smackx.jingle.element Stanzas and Extension Elements for XEP-0166: Jingle. -
-
Uses of JingleReason.Reason in org.jivesoftware.smackx.jingle
Methods in org.jivesoftware.smackx.jingle with parameters of type JingleReason.Reason Modifier and Type Method Description Jingle
JingleUtil. createSessionTerminate(FullJid recipient, java.lang.String sessionId, JingleReason.Reason reason)
-
Uses of JingleReason.Reason in org.jivesoftware.smackx.jingle.element
Fields in org.jivesoftware.smackx.jingle.element declared as JingleReason.Reason Modifier and Type Field Description protected JingleReason.Reason
JingleReason. reason
Fields in org.jivesoftware.smackx.jingle.element with type parameters of type JingleReason.Reason Modifier and Type Field Description protected static java.util.Map<java.lang.String,JingleReason.Reason>
JingleReason.Reason. LUT
Methods in org.jivesoftware.smackx.jingle.element that return JingleReason.Reason Modifier and Type Method Description JingleReason.Reason
JingleReason. asEnum()
static JingleReason.Reason
JingleReason.Reason. fromString(java.lang.String string)
static JingleReason.Reason
JingleReason.Reason. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static JingleReason.Reason[]
JingleReason.Reason. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jivesoftware.smackx.jingle.element with parameters of type JingleReason.Reason Modifier and Type Method Description Jingle.Builder
Jingle.Builder. setReason(JingleReason.Reason reason)
Constructors in org.jivesoftware.smackx.jingle.element with parameters of type JingleReason.Reason Constructor Description JingleReason(JingleReason.Reason reason)
JingleReason(JingleReason.Reason reason, java.lang.String text, ExtensionElement element)
-