Uses of Interface
org.jivesoftware.openfire.http.SessionListener
Packages that use SessionListener
Package
Description
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 SessionListenerModifier and TypeMethodDescriptionstatic void
SessionEventDispatcher.addListener
(SessionListener listener) Adds aSessionListener
to this session.static void
SessionEventDispatcher.removeListener
(SessionListener listener) Removes aSessionListener
from this session.