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 SessionManagerSessionManager. getInstance()Returns the instance ofSessionManagerImplbeing used by the XMPPServer.SessionManagerXMPPServer. getSessionManager()Returns theSessionManagerregistered 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 SessionManagerIQHandler. sessionManager -
Uses of SessionManager in org.jivesoftware.openfire.session
Fields in org.jivesoftware.openfire.session declared as SessionManager Modifier and Type Field Description protected SessionManagerLocalSession. sessionManager -
Uses of SessionManager in org.jivesoftware.util
Methods in org.jivesoftware.util that return SessionManager Modifier and Type Method Description SessionManagerWebManager. getSessionManager()
-