Uses of Class
org.jivesoftware.openfire.http.HttpBindException
-
Packages that use HttpBindException Package Description org.jivesoftware.openfire.http Provides classes for XEP-0124: Bidirectional-streams Over Synchronous HTTP (BOSH). -
-
Uses of HttpBindException in org.jivesoftware.openfire.http
Methods in org.jivesoftware.openfire.http that throw HttpBindException Modifier and Type Method Description 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.
-