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 void
SessionEventDispatcher. addListener(SessionListener listener)
Adds aSessionListener
to this session.static void
SessionEventDispatcher. removeListener(SessionListener listener)
Removes aSessionListener
from this session.
-