Uses of Class
org.jivesoftware.openfire.SessionManager
-
Packages that use SessionManager Package Description org.jivesoftware.openfire org.jivesoftware.openfire.handler IQ class implementations.org.jivesoftware.openfire.session org.jivesoftware.util Utility classes. -
-
Uses of SessionManager in org.jivesoftware.openfire
Methods in org.jivesoftware.openfire that return SessionManager Modifier and Type Method Description static SessionManager
SessionManager. getInstance()
Returns the instance ofSessionManagerImpl
being used by the XMPPServer.SessionManager
XMPPServer. getSessionManager()
Returns theSessionManager
registered with this server. -
Uses of SessionManager in org.jivesoftware.openfire.handler
Fields in org.jivesoftware.openfire.handler declared as SessionManager Modifier and Type Field Description protected SessionManager
IQHandler. sessionManager
-
Uses of SessionManager in org.jivesoftware.openfire.session
Fields in org.jivesoftware.openfire.session declared as SessionManager Modifier and Type Field Description protected SessionManager
LocalSession. sessionManager
-
Uses of SessionManager in org.jivesoftware.util
Methods in org.jivesoftware.util that return SessionManager Modifier and Type Method Description SessionManager
WebManager. getSessionManager()
-