Uses of Enum Class
org.jivesoftware.openfire.http.SessionEventDispatcher.EventType
Packages that use SessionEventDispatcher.EventType
Package
Description
Provides classes for XEP-0124: Bidirectional-streams Over Synchronous HTTP (BOSH).
-
Uses of SessionEventDispatcher.EventType in org.jivesoftware.openfire.http
Methods in org.jivesoftware.openfire.http that return SessionEventDispatcher.EventTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static SessionEventDispatcher.EventType[]SessionEventDispatcher.EventType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jivesoftware.openfire.http with parameters of type SessionEventDispatcher.EventTypeModifier and TypeMethodDescriptionstatic voidSessionEventDispatcher.dispatchEvent(HttpSession session, SessionEventDispatcher.EventType eventType, HttpConnection connection, javax.servlet.AsyncContext context) Dispatches an event related to a particular BOSH session to all registered listeners.