Uses of Interface
org.jivesoftware.openfire.http.SessionListener
-
Packages that use SessionListener Package Description org.jivesoftware.openfire.http Provides classes for XEP-0124: Bidirectional-streams Over Synchronous HTTP (BOSH). -
-
Uses of SessionListener in org.jivesoftware.openfire.http
Methods in org.jivesoftware.openfire.http with parameters of type SessionListener Modifier and Type Method Description static voidSessionEventDispatcher. addListener(SessionListener listener)Adds aSessionListenerto this session.voidHttpSession. addSessionCloseListener(SessionListener listener)Adds aSessionListenerto this session.static voidSessionEventDispatcher. removeListener(SessionListener listener)Removes aSessionListenerfrom this session.voidHttpSession. removeSessionCloseListener(SessionListener listener)Removes aSessionListenerfrom this session.
-