Uses of Class
org.jivesoftware.openfire.SessionResultFilter
-
Packages that use SessionResultFilter Package Description org.jivesoftware.openfire -
-
Uses of SessionResultFilter in org.jivesoftware.openfire
Methods in org.jivesoftware.openfire that return SessionResultFilter Modifier and Type Method Description static SessionResultFilterSessionResultFilter. createDefaultSessionFilter()Creates a default SessionResultFilter: no filtering with results sorted by user (ascending).Methods in org.jivesoftware.openfire with parameters of type SessionResultFilter Modifier and Type Method Description Collection<ClientSession>SessionManager. getSessions(SessionResultFilter filter)
-