Uses of Class
org.jivesoftware.openfire.http.HttpSession
Packages that use HttpSession
Package
Description
Provides classes for XEP-0124: Bidirectional-streams Over Synchronous HTTP (BOSH).
-
Uses of HttpSession in org.jivesoftware.openfire
Methods in org.jivesoftware.openfire that return HttpSessionModifier 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 HttpSession in org.jivesoftware.openfire.http
Methods in org.jivesoftware.openfire.http that return HttpSessionModifier and TypeMethodDescriptionHttpSessionManager.createSession(HttpBindBody body, HttpConnection connection) Creates an HTTP binding session which will allow a user to exchange packets with Openfire.HttpConnection.getSession()Returns the session that this connection belongs to.HttpSessionManager.getSession(String streamID) Returns the session related to a stream id.Methods in org.jivesoftware.openfire.http with parameters of type HttpSessionModifier 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.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.voidHttpSessionManager.execute(HttpSession httpSession, Runnable runnable) Executes a Runnable in the thread pool that is used for processing stanzas received over BOSH.default voidSessionListener.postSessionCreated(javax.servlet.AsyncContext context, HttpSession session) Called when anHttpSessionhas been created for a given http-bind web requeststatic voidHttpBindServlet.respond(HttpSession session, javax.servlet.AsyncContext context, String content, boolean async) default voidSessionListener.sessionClosed(HttpSession session) A session ended.