Uses of Class
org.jivesoftware.smackx.iot.element.NodeInfo
Packages that use NodeInfo
Package
Description
Smack's API for XMPP IoT (XEP-0323, -0324, -0325, -0347).
Smack's API for XMPP IoT.
Smack's API for XMPP IoT.
Smack's API for XMPP IoT.
Smack's API for XMPP IoT XEP-0347 Discovery.
Smack's API for XMPP IoT.
Smack's API for XMPP IoT.
Smack's API for XMPP IoT.
- 
Uses of NodeInfo in org.jivesoftware.smackx.iot
Methods in org.jivesoftware.smackx.iot that return NodeInfo - 
Uses of NodeInfo in org.jivesoftware.smackx.iot.control
Methods in org.jivesoftware.smackx.iot.control with parameters of type NodeInfo - 
Uses of NodeInfo in org.jivesoftware.smackx.iot.data
Methods in org.jivesoftware.smackx.iot.data with parameters of type NodeInfo - 
Uses of NodeInfo in org.jivesoftware.smackx.iot.data.element
Methods in org.jivesoftware.smackx.iot.data.element with parameters of type NodeInfoModifier and TypeMethodDescriptionstatic IoTFieldsExtensionIoTFieldsExtension.buildFor(int seqNr, boolean done, NodeInfo nodeInfo, List<? extends IoTDataField> data) Constructors in org.jivesoftware.smackx.iot.data.element with parameters of type NodeInfoModifierConstructorDescriptionNodeElement(NodeInfo nodeInfo, List<TimestampElement> timestampElements) NodeElement(NodeInfo nodeInfo, TimestampElement timestampElement)  - 
Uses of NodeInfo in org.jivesoftware.smackx.iot.discovery
Methods in org.jivesoftware.smackx.iot.discovery that return NodeInfoMethods in org.jivesoftware.smackx.iot.discovery with parameters of type NodeInfoModifier and TypeMethodDescriptionvoidIoTDiscoveryManager.disownThing(Jid thing, NodeInfo nodeInfo) voidIoTDiscoveryManager.disownThing(Jid registry, Jid thing, NodeInfo nodeInfo) voidIoTDiscoveryManager.removeThing(BareJid thing, NodeInfo nodeInfo) voidIoTDiscoveryManager.removeThing(Jid registry, BareJid thing, NodeInfo nodeInfo) voidIoTDiscoveryManager.unregister(NodeInfo nodeInfo) voidIoTDiscoveryManager.unregister(Jid registry, NodeInfo nodeInfo)  - 
Uses of NodeInfo in org.jivesoftware.smackx.iot.discovery.element
Methods in org.jivesoftware.smackx.iot.discovery.element that return NodeInfoModifier and TypeMethodDescriptionIoTClaimed.getNodeInfo()IoTDisowned.getNodeInfo()IoTRemoved.getNodeInfo()Constructors in org.jivesoftware.smackx.iot.discovery.element with parameters of type NodeInfoModifierConstructorDescriptionIoTClaimed(Jid jid, NodeInfo nodeInfo) IoTDisowned(NodeInfo nodeInfo) IoTRegister(Collection<Tag> tags, NodeInfo nodeInfo, boolean selfOwned) IoTRemoved(NodeInfo nodeInfo) IoTUnregister(NodeInfo nodeInfo)  - 
Uses of NodeInfo in org.jivesoftware.smackx.iot.element
Fields in org.jivesoftware.smackx.iot.element declared as NodeInfo - 
Uses of NodeInfo in org.jivesoftware.smackx.iot.parser
Methods in org.jivesoftware.smackx.iot.parser that return NodeInfo