Uses of Class
org.jivesoftware.smackx.iot.Thing
-
Packages that use Thing 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.discovery 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 Modifier and Type Method Description Thing
Thing.Builder. build()
-
Uses of Thing in org.jivesoftware.smackx.iot.control
Methods in org.jivesoftware.smackx.iot.control that return Thing Modifier and Type Method Description Thing
IoTControlManager. uninstallThing(NodeInfo nodeInfo)
Thing
IoTControlManager. uninstallThing(Thing thing)
Methods in org.jivesoftware.smackx.iot.control with parameters of type Thing Modifier and Type Method Description void
IoTControlManager. installThing(Thing thing)
Install a thing in the manager.Thing
IoTControlManager. uninstallThing(Thing thing)
-
Uses of Thing in org.jivesoftware.smackx.iot.data
Methods in org.jivesoftware.smackx.iot.data that return Thing Modifier and Type Method Description Thing
IoTDataManager. uninstallThing(NodeInfo nodeInfo)
Thing
IoTDataManager. uninstallThing(Thing thing)
Methods in org.jivesoftware.smackx.iot.data with parameters of type Thing Modifier and Type Method Description void
IoTDataManager. installThing(Thing thing)
Install a thing in the manager.Thing
IoTDataManager. uninstallThing(Thing thing)
-
Uses of Thing in org.jivesoftware.smackx.iot.discovery
Methods in org.jivesoftware.smackx.iot.discovery with parameters of type Thing Modifier and Type Method Description ThingState
IoTDiscoveryManager. getStateFor(Thing thing)
ThingState
IoTDiscoveryManager. registerThing(Thing thing)
ThingState
IoTDiscoveryManager. registerThing(Jid registry, Thing thing)
-