Uses of Class
rocks.xmpp.core.session.XmppSession.Status
-
Packages that use XmppSession.Status Package Description rocks.xmpp.core.session Provides classes related to an XMPP session. -
-
Uses of XmppSession.Status in rocks.xmpp.core.session
Methods in rocks.xmpp.core.session that return XmppSession.Status Modifier and Type Method Description XmppSession.Status
SessionStatusEvent. getOldStatus()
Gets the old session status.XmppSession.Status
SessionStatusEvent. getStatus()
Gets the session status.XmppSession.Status
XmppSession. getStatus()
Gets the status of the session.static XmppSession.Status
XmppSession.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static XmppSession.Status[]
XmppSession.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-