wotpy.utils.proxy
Functions
|
Factory for proxy Action invocation handlers. |
|
Factory for proxy Property read handlers. |
|
Factory for proxy Property write handlers. |
|
Creates and maintains a subscription to the given Event, recreating it on error. |
- wotpy.utils.proxy.build_action_invoke_proxy(consumed_thing, name)
Factory for proxy Action invocation handlers.
- wotpy.utils.proxy.build_prop_read_proxy(consumed_thing, name)
Factory for proxy Property read handlers.
- wotpy.utils.proxy.build_prop_write_proxy(consumed_thing, name)
Factory for proxy Property write handlers.
- wotpy.utils.proxy.subscribe_event(consumed_thing, exposed_thing, name)
Creates and maintains a subscription to the given Event, recreating it on error.