Uses of Class
org.jivesoftware.openfire.http.HttpSession
-
Packages that use HttpSession Package Description org.jivesoftware.openfire org.jivesoftware.openfire.http 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 HttpSession Modifier and Type Method Description HttpSessionSessionManager. createClientHttpSession(StreamID id, HttpConnection connection, Locale language)Creates a newClientSessionwith the specified streamID. -
Uses of HttpSession in org.jivesoftware.openfire.http
Methods in org.jivesoftware.openfire.http that return HttpSession Modifier and Type Method Description HttpSessionHttpSessionManager. createSession(HttpBindBody body, HttpConnection connection)Creates an HTTP binding session which will allow a user to exchange packets with Openfire.HttpSessionHttpConnection. getSession()Returns the session that this connection belongs to.HttpSessionHttpSessionManager. getSession(String streamID)Returns the session related to a stream id.Methods in org.jivesoftware.openfire.http with parameters of type HttpSession 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.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.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.
-