public interface CapabilitiesCache
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getFeatures(String node) |
tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule.Identity |
getIdentity(String node) |
Set<String> |
getNodesWithFeature(String feature) |
boolean |
isCached(String node) |
void |
store(String node,
String name,
String category,
String type,
Collection<String> features) |
Copyright © 2006–2020 Tigase. All rights reserved.