Uses of Class
org.jivesoftware.smackx.iot.element.NodeInfo
-
Packages that use NodeInfo Package Description org.jivesoftware.smackx.iot Smack's API for XMPP IoT.org.jivesoftware.smackx.iot.control Smack's API for XMPP IoT.org.jivesoftware.smackx.iot.data Smack's API for XMPP IoT.org.jivesoftware.smackx.iot.data.element Smack's API for XMPP IoT.org.jivesoftware.smackx.iot.discovery Smack's API for XMPP IoT XEP-0347 Discovery.org.jivesoftware.smackx.iot.discovery.element Smack's API for XMPP IoT.org.jivesoftware.smackx.iot.element Smack's API for XMPP IoT.org.jivesoftware.smackx.iot.parser Smack's API for XMPP IoT. -
-
Uses of NodeInfo in org.jivesoftware.smackx.iot
Methods in org.jivesoftware.smackx.iot that return NodeInfo Modifier and Type Method Description NodeInfoThing. getNodeInfo() -
Uses of NodeInfo in org.jivesoftware.smackx.iot.control
Methods in org.jivesoftware.smackx.iot.control with parameters of type NodeInfo Modifier and Type Method Description ThingIoTControlManager. uninstallThing(NodeInfo nodeInfo) -
Uses of NodeInfo in org.jivesoftware.smackx.iot.data
Methods in org.jivesoftware.smackx.iot.data with parameters of type NodeInfo Modifier and Type Method Description ThingIoTDataManager. uninstallThing(NodeInfo nodeInfo) -
Uses of NodeInfo in org.jivesoftware.smackx.iot.data.element
Methods in org.jivesoftware.smackx.iot.data.element with parameters of type NodeInfo Modifier and Type Method Description static IoTFieldsExtensionIoTFieldsExtension. buildFor(int seqNr, boolean done, NodeInfo nodeInfo, java.util.List<? extends IoTDataField> data)Constructors in org.jivesoftware.smackx.iot.data.element with parameters of type NodeInfo Constructor Description NodeElement(NodeInfo nodeInfo, java.util.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 NodeInfo Modifier and Type Method Description NodeInfoThingState. getNodeInfo()Methods in org.jivesoftware.smackx.iot.discovery with parameters of type NodeInfo Modifier and Type Method Description voidIoTDiscoveryManager. 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 NodeInfo Modifier and Type Method Description NodeInfoIoTClaimed. getNodeInfo()NodeInfoIoTDisowned. getNodeInfo()NodeInfoIoTRemoved. getNodeInfo()Constructors in org.jivesoftware.smackx.iot.discovery.element with parameters of type NodeInfo Constructor Description IoTClaimed(Jid jid, NodeInfo nodeInfo)IoTDisown(Jid jid, NodeInfo nodeInfo)IoTDisowned(NodeInfo nodeInfo)IoTRegister(java.util.Collection<Tag> tags, NodeInfo nodeInfo, boolean selfOwned)IoTRemove(BareJid jid, NodeInfo nodeInfo)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 Modifier and Type Field Description static NodeInfoNodeInfo. EMPTY -
Uses of NodeInfo in org.jivesoftware.smackx.iot.parser
Methods in org.jivesoftware.smackx.iot.parser that return NodeInfo Modifier and Type Method Description static NodeInfoNodeInfoParser. parse(XmlPullParser parser)
-