| Package | Description |
|---|---|
| tigase.jaxmpp.core.client |
Core of JAXMPP library.
|
| tigase.jaxmpp.core.client.connector |
Classes for implementing Connectors.
|
| tigase.jaxmpp.gwt.client | |
| tigase.jaxmpp.j2se |
| Modifier and Type | Method and Description |
|---|---|
StreamError |
Connector.ErrorHandler.ErrorEvent.getCondition() |
| Modifier and Type | Method and Description |
|---|---|
void |
Connector.ErrorHandler.onError(SessionObject sessionObject,
StreamError condition,
Throwable caught)
Called when ErrorEvent is fired.
|
protected abstract void |
JaxmppCore.onStreamError(StreamError condition,
Throwable caught) |
| Constructor and Description |
|---|
ErrorEvent(SessionObject sessionObject,
StreamError condition,
Throwable caught) |
| Modifier and Type | Method and Description |
|---|---|
static StreamError |
StreamError.getByElementName(String name) |
static StreamError |
StreamError.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StreamError[] |
StreamError.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractSocketXmppSessionLogic.processConnectorErrors(StreamError condition,
Throwable caught) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Jaxmpp.onStreamError(StreamError condition,
Throwable caught) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Jaxmpp.onStreamError(StreamError condition,
Throwable caught) |
Copyright © 2006–2020 Tigase. All rights reserved.