| Package | Description |
|---|---|
| abs.ixi.client.xmpp |
| Modifier and Type | Field and Description |
|---|---|
protected static HashMap<String,XmppException.ErrorCondition> |
XmppException.ErrorCondition.conditions |
| Modifier and Type | Method and Description |
|---|---|
static XmppException.ErrorCondition |
XmppException.ErrorCondition.getByElementName(String name) |
static XmppException.ErrorCondition |
XmppException.ErrorCondition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XmppException.ErrorCondition[] |
XmppException.ErrorCondition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XMPPResponseCallback.onError(Stanza response,
XmppException.ErrorCondition error)
The method is called when client receives an error from server
|
Copyright © 2019. All rights reserved.