Uses of Class
org.jivesoftware.openfire.session.Session.Status
-
Packages that use Session.Status Package Description org.jivesoftware.openfire.session -
-
Uses of Session.Status in org.jivesoftware.openfire.session
Fields in org.jivesoftware.openfire.session declared as Session.Status Modifier and Type Field Description protected Session.Status
LocalSession. status
The current session status.Methods in org.jivesoftware.openfire.session that return Session.Status Modifier and Type Method Description Session.Status
LocalSession. getStatus()
Obtain the current status of this session.Session.Status
RemoteSession. getStatus()
Remote sessions are always authenticated.Session.Status
Session. getStatus()
Obtain the current status of this session.static Session.Status
Session.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static Session.Status[]
Session.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jivesoftware.openfire.session with parameters of type Session.Status Modifier and Type Method Description void
LocalServerSession. setStatus(Session.Status status)
void
LocalSession. setStatus(Session.Status status)
Set the new status of this session.
-