wotpy.utils.proxy

Functions

build_action_invoke_proxy(consumed_thing, name)

Factory for proxy Action invocation handlers.

build_prop_read_proxy(consumed_thing, name)

Factory for proxy Property read handlers.

build_prop_write_proxy(consumed_thing, name)

Factory for proxy Property write handlers.

subscribe_event(consumed_thing, ...)

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.