module IoTivity::Server
Overview
An IoTivity server.
Included Modules
- EventHandler
Defined in:
server.crInstance Method Summary
-
#notify_observers(about uri)
Emits notifications to all registered observers that the resource with URI named in about has changed its value.
-
#run_server(storage_dir)
Sets up and runs the IoTivity server.
-
#stop_server
Stops the IoTivity server.
Macro Summary
Instance Method Detail
def notify_observers(about uri)
#
Emits notifications to all registered observers that the resource with URI named in about has changed its value.