| Package | Description |
|---|---|
| abs.ixi.client.io | |
| abs.ixi.client.xmpp | |
| abs.ixi.client.xmpp.packet |
| Modifier and Type | Method and Description |
|---|---|
List<Stanza> |
UndeliveredStanzaManager.getAllUndeliveredStanzas()
Read all the stanzas from persistent store and delete them.
|
List<Stanza> |
UndeliveredStanzaManager.PersistenceMechanism.readAll()
Read all the stanzas from persistent store and delete them.
|
List<Stanza> |
DefaultPersistenceMechanism.readAll() |
| Modifier and Type | Method and Description |
|---|---|
void |
UndeliveredStanzaManager.persistStanza(Stanza stanza)
Persist stanza to determine delivery of stanza.
|
boolean |
XMPPStreamManager.sendPacketAsync(Stanza stanza)
Send stanza packet to server; Stanza packets are delivered to server
asynchronously.This methos simply adds the stanza to Writer queue and
Writer thread will write the stanza whenver stream is ready
|
void |
UndeliveredStanzaManager.PersistenceMechanism.write(Stanza stanza)
Write a stanza to persistent store.
|
void |
DefaultPersistenceMechanism.write(Stanza stanza) |
boolean |
XMPPPacketWriter.writeAsync(Stanza stanza)
Add a Stanza to writerWaitingQ.
|
boolean |
Writer.writeAsync(Stanza stanza)
Add a Stanza to writerWaitingQ.
|
boolean |
XMPPPacketWriter.writeNextAsync(Stanza stanza) |
boolean |
Writer.writeNextAsync(Stanza stanza)
Add a Stanza at the HEAD of writerWaitingQ.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UndeliveredStanzaManager.PersistenceMechanism.write(List<Stanza> stanzas)
Write a stanza to persistent store.
|
void |
DefaultPersistenceMechanism.write(List<Stanza> stanzas) |
| Modifier and Type | Method and Description |
|---|---|
void |
XMPPResponseCallback.onError(Stanza response,
XmppException.ErrorCondition error)
The method is called when client receives an error from server
|
void |
XMPPResponseCallback.onSuccess(Stanza response)
The method is called when client receives a response from server
|
| Modifier and Type | Class and Description |
|---|---|
class |
IQ |
class |
Message |
class |
Presence |
Copyright © 2019. All rights reserved.