| Package | Description |
|---|---|
| tigase.jaxmpp.core.client |
Core of JAXMPP library.
|
| tigase.jaxmpp.core.client.xmpp.modules |
Support for XMPP Modules.
|
| tigase.jaxmpp.core.client.xmpp.modules.disco |
Support for XEP-0030: Service Discovery.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ResponseManager.registerResponseHandler(Element stanza,
Long timeout,
AsyncCallback callback)
Register callback for response of sent
stanza. |
static String |
ResponseManager.registerResponseHandler(SessionObject sessionObject,
Element stanza,
Long timeout,
AsyncCallback callback) |
void |
JaxmppCore.send(IQ stanza,
AsyncCallback asyncCallback)
Sends IQ
type='get' stanza to XMPP Server in current
connection. |
void |
JaxmppCore.send(IQ stanza,
Long timeout,
AsyncCallback asyncCallback)
Sends IQ
type='get' stanza to XMPP Server in current
connection. |
void |
PacketWriter.write(Element stanza,
AsyncCallback asyncCallback)
Write a (IQ) stanza element to Stream and register callback with default
timeout.
|
void |
JaxmppCore.DefaultPacketWriter.write(Element stanza,
AsyncCallback asyncCallback) |
void |
PacketWriter.write(Element stanza,
Long timeout,
AsyncCallback asyncCallback)
Write a (IQ) stanza element to Stream and register callback with given
timeout.
|
void |
JaxmppCore.DefaultPacketWriter.write(Element stanza,
Long timeout,
AsyncCallback asyncCallback) |
| Constructor and Description |
|---|
Entry(JID jid,
String stanzaId,
long timestamp,
long timeout,
AsyncCallback callback) |
| Modifier and Type | Class and Description |
|---|---|
static class |
BookmarksModule.BookmarksAsyncCallback
Bookmarks callback.
|
static class |
EntityTimeModule.EntityTimeAsyncCallback
Ping callback.
|
static class |
PingModule.PingAsyncCallback
Ping callback.
|
static class |
SoftwareVersionModule.SoftwareVersionAsyncCallback
Software version callback.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SoftwareVersionModule.checkSoftwareVersion(JID jid,
AsyncCallback callback)
Requests software version for given entity.
|
void |
EntityTimeModule.getEntityTime(JID jid,
AsyncCallback asyncCallback)
Request for XMPP entity time.
|
void |
PingModule.ping(JID jid,
AsyncCallback asyncCallback)
Ping given XMPP entity.
|
void |
BookmarksModule.publishBookmarks(List<? extends Element> bookmarks,
AsyncCallback callback)
Send list of bookmarks to private storage.
|
void |
BookmarksModule.retrieveBookmarks(AsyncCallback callback)
Retrieve bookmarks from private storage.
|
protected void |
AbstractStanzaExtendableModule.write(Element stanza,
AsyncCallback asyncCallback) |
protected void |
AbstractStanzaModule.write(Element stanza,
AsyncCallback asyncCallback) |
protected void |
AbstractStanzaExtendableModule.write(Element stanza,
Long timeout,
AsyncCallback asyncCallback) |
protected void |
AbstractStanzaModule.write(Element stanza,
Long timeout,
AsyncCallback asyncCallback) |
| Modifier and Type | Class and Description |
|---|---|
static class |
DiscoveryModule.DiscoInfoAsyncCallback |
static class |
DiscoveryModule.DiscoItemsAsyncCallback |
| Modifier and Type | Method and Description |
|---|---|
void |
DiscoveryModule.getInfo(JID jid,
String node,
AsyncCallback callback) |
void |
DiscoveryModule.getItems(JID jid,
AsyncCallback callback) |
void |
DiscoveryModule.getItems(JID jid,
String node,
AsyncCallback callback) |
Copyright © 2006–2018 Tigase. All rights reserved.