Package | Description |
---|---|
org.jivesoftware.smack |
Core classes of the Smack API.
|
Modifier and Type | Method and Description |
---|---|
void |
SynchronizationPoint.reportGenericFailure(SmackException.SmackWrappedException exception)
Report this synchronization point as failed because of the given exception.
|
Modifier and Type | Method and Description |
---|---|
void |
SynchronizationPoint.checkIfSuccessOrWaitOrThrow()
Check if this synchronization point is successful or wait the connections reply timeout.
|
void |
SynchronizationPoint.sendAndWaitForResponseOrThrow(Nonza request)
Send the given plain stream element and wait for a response.
|