| Package | Description |
|---|---|
| rocks.xmpp.core.stanza |
Provides classes for XML stanza management (message, presence, IQ).
|
| rocks.xmpp.core.stanza.model |
Provides XML Stanzas and Stanza Errors.
|
| rocks.xmpp.core.stream |
Provides classes for XML Streams, especially Stream Negotiation.
|
| rocks.xmpp.util.concurrent |
Provides classes for concurrency.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StanzaException
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StanzaErrorException
A stanza exception represents a stanza error.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StreamErrorException
Deprecated.
|
class |
StreamNegotiationException
An exception which indicates a failure during stream negotiation, e.g. if TLS or SASL negotiation or compression or resource binding fails.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
StreamHandler.handleElement(java.lang.Object streamElement)
Handles an inbound stream element.
|
| Modifier and Type | Method and Description |
|---|---|
T |
AsyncResult.getResult()
Waits uninterruptibly on the result of the query and returns it.
|
T |
AsyncResult.getResult(long timeout,
java.util.concurrent.TimeUnit unit)
Waits uninterruptibly on the result of the query (with a timeout) and returns it.
|
Copyright © 2014–2018 XMPP.rocks. All rights reserved.