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 ThingThing.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 ThingIoTControlManager. uninstallThing(NodeInfo nodeInfo)ThingIoTControlManager. uninstallThing(Thing thing)Methods in org.jivesoftware.smackx.iot.control with parameters of type Thing Modifier and Type Method Description voidIoTControlManager. installThing(Thing thing)Install a thing in the manager.ThingIoTControlManager. 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 ThingIoTDataManager. uninstallThing(NodeInfo nodeInfo)ThingIoTDataManager. uninstallThing(Thing thing)Methods in org.jivesoftware.smackx.iot.data with parameters of type Thing Modifier and Type Method Description voidIoTDataManager. installThing(Thing thing)Install a thing in the manager.ThingIoTDataManager. 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 ThingStateIoTDiscoveryManager. getStateFor(Thing thing)ThingStateIoTDiscoveryManager. registerThing(Thing thing)ThingStateIoTDiscoveryManager. registerThing(Jid registry, Thing thing)
-