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 HttpBindBodyHttpBindBody. from(String content)Methods in org.jivesoftware.openfire.http with parameters of type HttpBindBody Modifier and Type Method Description protected voidHttpBindServlet. createNewSession(javax.servlet.AsyncContext context, HttpBindBody body)HttpSessionHttpSessionManager. 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.
-