Uses of Interface
rocks.xmpp.extensions.disco.model.items.Item
-
Packages that use Item Package Description rocks.xmpp.extensions.disco Provides classes for XEP-0030: Service Discovery.rocks.xmpp.extensions.disco.model.items Provides XML schema implementations of XEP-0030: Service Discovery (#items). -
-
Uses of Item in rocks.xmpp.extensions.disco
Methods in rocks.xmpp.extensions.disco that return types with arguments of type Item Modifier and Type Method Description AsyncResult<List<Item>>AbstractServiceDiscoveryManager. discoverServices(Jid jid, String feature)AsyncResult<List<Item>>AbstractServiceDiscoveryManager. discoverServices(Jid jid, Identity identity)AsyncResult<List<Item>>ServiceDiscoveryManager. discoverServices(Jid jid, String feature)Discovers a service on the given entity by its feature namespace.AsyncResult<List<Item>>ServiceDiscoveryManager. discoverServices(Jid jid, Identity identity)Discovers a service on the given entity by its identity. -
Uses of Item in rocks.xmpp.extensions.disco.model.items
Subinterfaces of Item in rocks.xmpp.extensions.disco.model.items Modifier and Type Interface Description interfaceDiscoverableItemA Service Discovery item which has an id, in order to provide a limited result set.Classes in rocks.xmpp.extensions.disco.model.items that implement Item Modifier and Type Class Description classItemElementThe implementation of the<item/>element in thehttp://jabber.org/protocol/disco#itemnamespace, used for item discovery.Methods in rocks.xmpp.extensions.disco.model.items that return types with arguments of type Item Modifier and Type Method Description List<Item>ItemDiscovery. getItems()List<Item>ItemNode. getItems()Gets the items.Methods in rocks.xmpp.extensions.disco.model.items with parameters of type Item Modifier and Type Method Description static DiscoverableItemDiscoverableItem. from(Item item, String id)Creates an anonymous instance of this interface from anItemand a result item id.Constructors in rocks.xmpp.extensions.disco.model.items with parameters of type Item Constructor Description ItemElement(Item item)Constructor parameters in rocks.xmpp.extensions.disco.model.items with type arguments of type Item Constructor Description ItemDiscovery(String node, Collection<? extends Item> items, ResultSetManagement resultSetManagement)Creates an item discovery element with a node attribute and result set management.ItemDiscovery(String node, Collection<Item> items)Creates an item discovery element with a node attribute.ItemDiscovery(Collection<Item> items)Creates an item discovery element with nodes.ItemDiscovery(Collection<Item> items, ResultSetManagement resultSetManagement)Creates an item discovery element with nodes and result set management.
-