Uses of Class
org.jivesoftware.openfire.http.HttpBindBody
-
Packages that use HttpBindBody Package Description org.jivesoftware.openfire.http Provides classes for XEP-0124: Bidirectional-streams Over Synchronous HTTP (BOSH). -
-
Uses of HttpBindBody in org.jivesoftware.openfire.http
Methods in org.jivesoftware.openfire.http that return HttpBindBody Modifier and Type Method Description static HttpBindBody
HttpBindBody. from(String content)
Methods in org.jivesoftware.openfire.http with parameters of type HttpBindBody Modifier and Type Method Description protected void
HttpBindServlet. createNewSession(javax.servlet.AsyncContext context, HttpBindBody body)
HttpSession
HttpSessionManager. createSession(HttpBindBody body, HttpConnection connection)
Creates an HTTP binding session which will allow a user to exchange packets with Openfire.void
HttpSession. forwardRequest(HttpBindBody body, javax.servlet.AsyncContext context)
Forwards a client request, which is related to a session, to the server.Constructors in org.jivesoftware.openfire.http with parameters of type HttpBindBody Constructor Description HttpConnection(HttpBindBody body, javax.servlet.AsyncContext context)
Constructs an HTTP Connection.
-