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.StatusLocalSession. statusThe current session status.static Session.StatusSession. STATUS_AUTHENTICATEDDeprecated.UseAUTHENTICATEDinstead.static Session.StatusSession. STATUS_CLOSEDDeprecated.UseCLOSEDinstead.static Session.StatusSession. STATUS_CONNECTEDDeprecated.UseCONNECTEDinstead.Methods in org.jivesoftware.openfire.session that return Session.Status Modifier and Type Method Description Session.StatusLocalSession. getStatus()Obtain the current status of this session.Session.StatusRemoteSession. getStatus()Remote sessions are always authenticated.Session.StatusSession. getStatus()Obtain the current status of this session.static Session.StatusSession.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 voidLocalServerSession. setStatus(Session.Status status)voidLocalSession. setStatus(Session.Status status)Set the new status of this session.
-