Uses of Class
org.jivesoftware.openfire.http.BoshBindingError
-
Packages that use BoshBindingError Package Description org.jivesoftware.openfire.http 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 BoshBindingError Modifier and Type Method Description BoshBindingErrorHttpBindException. getBindingError()static BoshBindingErrorBoshBindingError. valueOf(String name)Returns the enum constant of this type with the specified name.static BoshBindingError[]BoshBindingError. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jivesoftware.openfire.http with parameters of type BoshBindingError Modifier and Type Method Description protected 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 Constructor Description HttpBindException(String message, BoshBindingError error)
-