|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of XMPPException.ErrorCondition in tigase.jaxmpp.core.client |
|---|
| Fields in tigase.jaxmpp.core.client with type parameters of type XMPPException.ErrorCondition | |
|---|---|
protected static HashMap<String,XMPPException.ErrorCondition> |
XMPPException.ErrorCondition.conditions
|
| Methods in tigase.jaxmpp.core.client that return XMPPException.ErrorCondition | |
|---|---|
static XMPPException.ErrorCondition |
XMPPException.ErrorCondition.getByElementName(String name)
|
XMPPException.ErrorCondition |
XMPPException.getCondition()
|
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. |
| Methods in tigase.jaxmpp.core.client with parameters of type XMPPException.ErrorCondition | |
|---|---|
void |
AsyncCallback.onError(Stanza responseStanza,
XMPPException.ErrorCondition error)
Called when received response has type error. |
| Constructors in tigase.jaxmpp.core.client with parameters of type XMPPException.ErrorCondition | |
|---|---|
XMPPException(XMPPException.ErrorCondition condition)
|
|
XMPPException(XMPPException.ErrorCondition condition,
String message)
|
|
XMPPException(XMPPException.ErrorCondition condition,
String message,
Throwable caught)
|
|
XMPPException(XMPPException.ErrorCondition condition,
Throwable caught)
|
|
| Uses of XMPPException.ErrorCondition in tigase.jaxmpp.core.client.xmpp.modules |
|---|
| Methods in tigase.jaxmpp.core.client.xmpp.modules that return XMPPException.ErrorCondition | |
|---|---|
XMPPException.ErrorCondition |
SessionEstablishmentModule.SessionEstablishmentEvent.getError()
|
XMPPException.ErrorCondition |
ResourceBinderModule.ResourceBindEvent.getError()
|
| Methods in tigase.jaxmpp.core.client.xmpp.modules with parameters of type XMPPException.ErrorCondition | |
|---|---|
void |
SessionEstablishmentModule.SessionEstablishmentEvent.setError(XMPPException.ErrorCondition error)
|
void |
ResourceBinderModule.ResourceBindEvent.setError(XMPPException.ErrorCondition error)
|
| Uses of XMPPException.ErrorCondition in tigase.jaxmpp.core.client.xmpp.modules.auth |
|---|
| Methods in tigase.jaxmpp.core.client.xmpp.modules.auth that return XMPPException.ErrorCondition | |
|---|---|
XMPPException.ErrorCondition |
NonSaslAuthModule.NonSaslAuthEvent.getError()
|
| Methods in tigase.jaxmpp.core.client.xmpp.modules.auth with parameters of type XMPPException.ErrorCondition | |
|---|---|
protected void |
NonSaslAuthModule.onError(Stanza responseStanza,
XMPPException.ErrorCondition error)
|
void |
NonSaslAuthModule.NonSaslAuthEvent.setError(XMPPException.ErrorCondition error)
|
| Uses of XMPPException.ErrorCondition in tigase.jaxmpp.core.client.xmpp.modules.pubsub |
|---|
| Methods in tigase.jaxmpp.core.client.xmpp.modules.pubsub with parameters of type XMPPException.ErrorCondition | |
|---|---|
protected abstract void |
PubSubAsyncCallback.onEror(IQ response,
XMPPException.ErrorCondition errorCondition,
PubSubErrorCondition pubSubErrorCondition)
|
void |
PubSubAsyncCallback.onError(Stanza responseStanza,
XMPPException.ErrorCondition errorCondition)
|
| Uses of XMPPException.ErrorCondition in tigase.jaxmpp.core.client.xmpp.stanzas |
|---|
| Methods in tigase.jaxmpp.core.client.xmpp.stanzas that return XMPPException.ErrorCondition | |
|---|---|
XMPPException.ErrorCondition |
ErrorElement.getCondition()
Return error condition. |
XMPPException.ErrorCondition |
Stanza.getErrorCondition()
Returns XMPPException.ErrorCondition element. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||