| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Thing |
Thing.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
Thing |
IoTControlManager.uninstallThing(NodeInfo nodeInfo) |
Thing |
IoTControlManager.uninstallThing(Thing thing) |
| Modifier and Type | Method and Description |
|---|---|
void |
IoTControlManager.installThing(Thing thing)
Install a thing in the manager.
|
Thing |
IoTControlManager.uninstallThing(Thing thing) |
| Modifier and Type | Method and Description |
|---|---|
Thing |
IoTDataManager.uninstallThing(NodeInfo nodeInfo) |
Thing |
IoTDataManager.uninstallThing(Thing thing) |
| Modifier and Type | Method and Description |
|---|---|
void |
IoTDataManager.installThing(Thing thing)
Install a thing in the manager.
|
Thing |
IoTDataManager.uninstallThing(Thing thing) |
| Modifier and Type | Method and Description |
|---|---|
ThingState |
IoTDiscoveryManager.getStateFor(Thing thing) |
ThingState |
IoTDiscoveryManager.registerThing(org.jxmpp.jid.Jid registry,
Thing thing) |
ThingState |
IoTDiscoveryManager.registerThing(Thing thing) |