| Package | Description |
|---|---|
| tigase.jaxmpp.core.client |
Core of JAXMPP library.
|
| tigase.jaxmpp.core.client.connector |
Classes for implementing Connectors.
|
| Modifier and Type | Method and Description |
|---|---|
StreamError |
Connector.ConnectorEvent.getStreamError()
Returns stream error cause.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Connector.ConnectorEvent.setStreamError(StreamError streamError) |
| 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.
|
Copyright © 2006–2014 Tigase. All rights reserved.