public abstract class KeysRetriever extends Object
| Constructor and Description |
|---|
KeysRetriever(tigase.jaxmpp.core.client.Context context,
tigase.jaxmpp.core.client.BareJID jid) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
error() |
protected abstract void |
finish(List<Bundle> bundles) |
static Collection<Integer> |
getDeviceIDsFromPayload(Collection<tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.RetrieveItemsAsyncCallback.Item> items) |
void |
retrieve() |
void |
retrieve(Collection<Integer> deviceIds) |
public KeysRetriever(tigase.jaxmpp.core.client.Context context,
tigase.jaxmpp.core.client.BareJID jid)
public static Collection<Integer> getDeviceIDsFromPayload(Collection<tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.RetrieveItemsAsyncCallback.Item> items)
public void retrieve(Collection<Integer> deviceIds) throws tigase.jaxmpp.core.client.exceptions.JaxmppException
tigase.jaxmpp.core.client.exceptions.JaxmppExceptionpublic void retrieve()
throws tigase.jaxmpp.core.client.exceptions.JaxmppException
tigase.jaxmpp.core.client.exceptions.JaxmppExceptionprotected abstract void error()
Copyright © 2006–2022 Tigase. All rights reserved.