Uses of Enum Class
org.jivesoftware.openfire.http.BoshBindingError
Packages that use BoshBindingError
Package
Description
Provides classes for XEP-0124: Bidirectional-streams Over Synchronous HTTP (BOSH).
-
Uses of BoshBindingError in org.jivesoftware.openfire.http
Methods in org.jivesoftware.openfire.http that return BoshBindingErrorModifier and TypeMethodDescriptionHttpBindException.getBindingError()static BoshBindingErrorReturns the enum constant of this class with the specified name.static BoshBindingError[]BoshBindingError.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jivesoftware.openfire.http with parameters of type BoshBindingErrorModifier and TypeMethodDescriptionprotected static voidHttpBindServlet.sendLegacyError(javax.servlet.AsyncContext context, BoshBindingError error) protected static voidHttpBindServlet.sendLegacyError(javax.servlet.AsyncContext context, BoshBindingError error, String message) Constructors in org.jivesoftware.openfire.http with parameters of type BoshBindingError