| Package | Description |
|---|---|
| com.alexscottrhodes.model | |
| com.alexscottrhodes.service | |
| com.alexscottrhodes.utility |
| Class and Description |
|---|
| Command
A model of a command, sent to a given device.
|
| Device
A model of a device object
|
| HttpResult
An object to hold information about a given HTTP request interaction with a device, including a boolean for the success
of the transaction, the HTTP response code, the HTTP message, and if applicable, the device or service's response.
|
| Class and Description |
|---|
| Command
A model of a command, sent to a given device.
|
| Device
A model of a device object
|
| TransactionResult
An object that stores HttpResult objects to be sent back to the sender when multiple HTTP transactions occur with receivers.
|
| Class and Description |
|---|
| Command
A model of a command, sent to a given device.
|
| Device
A model of a device object
|
| HttpResult
An object to hold information about a given HTTP request interaction with a device, including a boolean for the success
of the transaction, the HTTP response code, the HTTP message, and if applicable, the device or service's response.
|