Uses of Class
org.jivesoftware.openfire.http.HttpBindBody
Packages that use HttpBindBody
Package
Description
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 HttpBindBodyMethods in org.jivesoftware.openfire.http with parameters of type HttpBindBodyModifier and TypeMethodDescriptionprotected voidHttpBindServlet.createNewSession(javax.servlet.AsyncContext context, HttpBindBody body) HttpSessionManager.createSession(HttpBindBody body, HttpConnection connection) Creates an HTTP binding session which will allow a user to exchange packets with Openfire.voidHttpSession.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 HttpBindBodyModifierConstructorDescriptionHttpConnection(HttpBindBody body, javax.servlet.AsyncContext context) Constructs an HTTP Connection.