Uses of Class
org.jivesoftware.openfire.http.HttpBindException
Packages that use HttpBindException
Package
Description
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 HttpBindExceptionModifier and TypeMethodDescriptionHttpSessionManager.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.