Uses of Class
org.jivesoftware.openfire.http.SessionEventDispatcher.EventType
-
Packages that use SessionEventDispatcher.EventType Package Description org.jivesoftware.openfire.http 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.EventType Modifier and Type Method Description static SessionEventDispatcher.EventType
SessionEventDispatcher.EventType. valueOf(String name)
Returns the enum constant of this type with the specified name.static SessionEventDispatcher.EventType[]
SessionEventDispatcher.EventType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jivesoftware.openfire.http with parameters of type SessionEventDispatcher.EventType Modifier and Type Method Description static void
SessionEventDispatcher. 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.
-