Uses of Interface
rocks.xmpp.extensions.disco.model.items.ItemNode
-
Packages that use ItemNode Package Description rocks.xmpp.extensions.disco Provides classes for XEP-0030: Service Discovery.rocks.xmpp.extensions.disco.client rocks.xmpp.extensions.disco.model.items Provides XML schema implementations of XEP-0030: Service Discovery (#items). -
-
Uses of ItemNode in rocks.xmpp.extensions.disco
Methods in rocks.xmpp.extensions.disco that return types with arguments of type ItemNode Modifier and Type Method Description AsyncResult<ItemNode>AbstractServiceDiscoveryManager. discoverItems(Jid jid)AsyncResult<ItemNode>AbstractServiceDiscoveryManager. discoverItems(Jid jid, String node)AsyncResult<ItemNode>AbstractServiceDiscoveryManager. discoverItems(Jid jid, ResultSetManagement resultSet)AsyncResult<ItemNode>ServiceDiscoveryManager. discoverItems(Jid jid)Discovers item associated with another XMPP entity.AsyncResult<ItemNode>ServiceDiscoveryManager. discoverItems(Jid jid, String node)Discovers item associated with another XMPP entity.AsyncResult<ItemNode>ServiceDiscoveryManager. discoverItems(Jid jid, String node, ResultSetManagement resultSetManagement)Discovers item associated with another XMPP entity.AsyncResult<ItemNode>ServiceDiscoveryManager. discoverItems(Jid jid, ResultSetManagement resultSet)Discovers item associated with another XMPP entity. -
Uses of ItemNode in rocks.xmpp.extensions.disco.client
Methods in rocks.xmpp.extensions.disco.client that return types with arguments of type ItemNode Modifier and Type Method Description AsyncResult<ItemNode>ClientServiceDiscoveryManager. discoverItems(Jid jid, String node, ResultSetManagement resultSetManagement)Discovers item associated with another XMPP entity. -
Uses of ItemNode in rocks.xmpp.extensions.disco.model.items
Classes in rocks.xmpp.extensions.disco.model.items that implement ItemNode Modifier and Type Class Description classItemDiscoveryThe implementation of the<query/>element in thehttp://jabber.org/protocol/disco#itemnamespace.
-