| Package | Description |
|---|---|
| org.jivesoftware.openfire.http |
Provides classes for XEP-0124: Bidirectional-streams Over Synchronous HTTP (BOSH).
|
| Modifier and Type | Method and Description |
|---|---|
BoshBindingError |
HttpBindException.getBindingError() |
static BoshBindingError |
BoshBindingError.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.
|
| Modifier and Type | Method and Description |
|---|---|
protected static void |
HttpBindServlet.sendLegacyError(javax.servlet.AsyncContext context,
BoshBindingError error) |
protected static void |
HttpBindServlet.sendLegacyError(javax.servlet.AsyncContext context,
BoshBindingError error,
String message) |
| Constructor and Description |
|---|
HttpBindException(String message,
BoshBindingError error) |
Copyright © 2003–2020 Ignite Realtime. All rights reserved.