Uses of Class
org.jivesoftware.openfire.session.ClientSessionInfo
-
Packages that use ClientSessionInfo Package Description org.jivesoftware.openfire org.jivesoftware.util.cache -
-
Uses of ClientSessionInfo in org.jivesoftware.openfire
Methods in org.jivesoftware.openfire that return types with arguments of type ClientSessionInfo Modifier and Type Method Description Cache<String,ClientSessionInfo>
SessionManager. getSessionInfoCache()
-
Uses of ClientSessionInfo in org.jivesoftware.util.cache
Method parameters in org.jivesoftware.util.cache with type arguments of type ClientSessionInfo Modifier and Type Method Description static com.google.common.collect.Multimap<String,String>
ConsistencyChecks. generateReportForSessionManagerSessionInfos(Cache<String,ClientSessionInfo> sessionInfoCache, Collection<ClientSession> localSessions, Map<NodeID,Set<String>> sessionInfoKeysByClusterNode)
Verifies that #sessionInfoCache, #localSessionInfos and #sessionInfoKeysByClusterNode ofSessionManager
are in a consistent state.
-