tigase.jaxmpp.core.client.xmpp.modules.capabilities
Interface CapabilitiesCache


public interface CapabilitiesCache


Method Summary
 Set<String> getFeatures(String node)
           
 tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoInfoModule.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)
           
 

Method Detail

getFeatures

Set<String> getFeatures(String node)

getIdentity

tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoInfoModule.Identity getIdentity(String node)

getNodesWithFeature

Set<String> getNodesWithFeature(String feature)

isCached

boolean isCached(String node)

store

void store(String node,
           String name,
           String category,
           String type,
           Collection<String> features)


Copyright © 2006–2013 Tigase. All rights reserved.