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 NodeInfo
Thing. 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 Thing
IoTControlManager. 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 Thing
IoTDataManager. 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 IoTFieldsExtension
IoTFieldsExtension. 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 NodeInfo
ThingState. getNodeInfo()
Methods in org.jivesoftware.smackx.iot.discovery with parameters of type NodeInfo Modifier and Type Method Description void
IoTDiscoveryManager. disownThing(Jid thing, NodeInfo nodeInfo)
void
IoTDiscoveryManager. disownThing(Jid registry, Jid thing, NodeInfo nodeInfo)
void
IoTDiscoveryManager. removeThing(BareJid thing, NodeInfo nodeInfo)
void
IoTDiscoveryManager. removeThing(Jid registry, BareJid thing, NodeInfo nodeInfo)
void
IoTDiscoveryManager. unregister(NodeInfo nodeInfo)
void
IoTDiscoveryManager. 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 NodeInfo
IoTClaimed. getNodeInfo()
NodeInfo
IoTDisowned. getNodeInfo()
NodeInfo
IoTRemoved. 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 NodeInfo
NodeInfo. 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 NodeInfo
NodeInfoParser. parse(XmlPullParser parser)
-