Uses of Class
org.jivesoftware.openfire.http.HttpConnection
Packages that use HttpConnection
Package
Description
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 HttpConnectionModifier and TypeMethodDescriptionSessionManager.createClientHttpSession(StreamID id, HttpConnection connection, Locale language, Duration wait, int hold, boolean isEncrypted, Duration maxPollingInterval, int maxRequests, Duration maxPause, Duration defaultInactivityTimeout, int majorVersion, int minorVersion) Creates a newClientSessionwith the specified streamID. -
Uses of HttpConnection in org.jivesoftware.openfire.http
Methods in org.jivesoftware.openfire.http with parameters of type HttpConnectionModifier and TypeMethodDescriptiondefault voidSessionListener.connectionClosed(javax.servlet.AsyncContext context, HttpSession session, HttpConnection connection) A connection was closed.default voidSessionListener.connectionOpened(javax.servlet.AsyncContext context, HttpSession session, HttpConnection connection) A connection was opened.HttpSessionManager.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.