Uses of Class
org.jivesoftware.smackx.iot.Thing
Packages that use Thing
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 XEP-0347 Discovery.
- 
Uses of Thing in org.jivesoftware.smackx.iot
Methods in org.jivesoftware.smackx.iot that return Thing - 
Uses of Thing in org.jivesoftware.smackx.iot.control
Methods in org.jivesoftware.smackx.iot.control that return ThingModifier and TypeMethodDescriptionIoTControlManager.uninstallThing(NodeInfo nodeInfo) IoTControlManager.uninstallThing(Thing thing) Methods in org.jivesoftware.smackx.iot.control with parameters of type ThingModifier and TypeMethodDescriptionvoidIoTControlManager.installThing(Thing thing) Install a thing in the manager.IoTControlManager.uninstallThing(Thing thing)  - 
Uses of Thing in org.jivesoftware.smackx.iot.data
Methods in org.jivesoftware.smackx.iot.data that return ThingModifier and TypeMethodDescriptionIoTDataManager.uninstallThing(NodeInfo nodeInfo) IoTDataManager.uninstallThing(Thing thing) Methods in org.jivesoftware.smackx.iot.data with parameters of type ThingModifier and TypeMethodDescriptionvoidIoTDataManager.installThing(Thing thing) Install a thing in the manager.IoTDataManager.uninstallThing(Thing thing)  - 
Uses of Thing in org.jivesoftware.smackx.iot.discovery
Methods in org.jivesoftware.smackx.iot.discovery with parameters of type ThingModifier and TypeMethodDescriptionIoTDiscoveryManager.getStateFor(Thing thing) IoTDiscoveryManager.registerThing(Thing thing) IoTDiscoveryManager.registerThing(Jid registry, Thing thing)