Uses of Class
rocks.xmpp.extensions.jingle.model.Jingle.Reason
-
Packages that use Jingle.Reason Package Description rocks.xmpp.extensions.jingle Provides classes for XEP-0166: Jingle.rocks.xmpp.extensions.jingle.model Provides XML schema implementations of XEP-0166: Jingle. -
-
Uses of Jingle.Reason in rocks.xmpp.extensions.jingle
Methods in rocks.xmpp.extensions.jingle with parameters of type Jingle.Reason Modifier and Type Method Description AsyncResult<IQ>
JingleSession. terminate(Jingle.Reason reason)
Terminates the Jingle session. -
Uses of Jingle.Reason in rocks.xmpp.extensions.jingle.model
Methods in rocks.xmpp.extensions.jingle.model that return Jingle.Reason Modifier and Type Method Description Jingle.Reason
Jingle. getReason()
Gets the reason.Methods in rocks.xmpp.extensions.jingle.model with parameters of type Jingle.Reason Modifier and Type Method Description void
Jingle. setReason(Jingle.Reason reason)
Sets the reason.Constructors in rocks.xmpp.extensions.jingle.model with parameters of type Jingle.Reason Constructor Description Jingle(String sessionId, Jingle.Action action, Jingle.Reason reason)
-