Uses of Class
org.jivesoftware.openfire.http.HttpConnection
-
Packages that use HttpConnection Package Description org.jivesoftware.openfire org.jivesoftware.openfire.http Provides classes for XEP-0124: Bidirectional-streams Over Synchronous HTTP (BOSH). -
-
Uses of HttpConnection in org.jivesoftware.openfire
Methods in org.jivesoftware.openfire with parameters of type HttpConnection Modifier and Type Method Description HttpSessionSessionManager. createClientHttpSession(StreamID id, HttpConnection connection, Locale language)Creates a newClientSessionwith the specified streamID. -
Uses of HttpConnection in org.jivesoftware.openfire.http
Methods in org.jivesoftware.openfire.http with parameters of type HttpConnection Modifier and Type Method Description default voidSessionListener. connectionClosed(javax.servlet.AsyncContext context, HttpSession session, HttpConnection connection)A connection was closed.default voidSessionListener. connectionClosed(HttpSession session, HttpConnection connection)Deprecated.default voidSessionListener. connectionOpened(javax.servlet.AsyncContext context, HttpSession session, HttpConnection connection)A connection was opened.default voidSessionListener. connectionOpened(HttpSession session, HttpConnection connection)Deprecated.HttpSessionHttpSessionManager. createSession(HttpBindBody body, HttpConnection connection)Creates an HTTP binding session which will allow a user to exchange packets with Openfire.static 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.Constructors in org.jivesoftware.openfire.http with parameters of type HttpConnection Constructor Description HttpSession(PacketDeliverer backupDeliverer, String serverName, StreamID streamID, HttpConnection connection, Locale language)
-