autobahn::wamp_session Member List
This is the complete list of members for autobahn::wamp_session, including all inherited members.
call(const std::string &procedure, const wamp_call_options &options=wamp_call_options()) | autobahn::wamp_session | |
call(const std::string &procedure, const List &arguments, const wamp_call_options &options=wamp_call_options()) | autobahn::wamp_session | |
call(const std::string &procedure, const List &arguments, const Map &kw_arguments, const wamp_call_options &options=wamp_call_options()) | autobahn::wamp_session | |
join(const std::string &realm, const std::vector< std::string > &authmethods=std::vector< std::string >(), const std::string &authid="") | autobahn::wamp_session | |
leave(const std::string &reason=std::string("wamp.error.close_realm")) | autobahn::wamp_session | |
on_challenge(const wamp_challenge &challenge) | autobahn::wamp_session | virtual |
provide(const std::string &uri, const wamp_procedure &procedure, const provide_options &options=provide_options()) | autobahn::wamp_session | |
publish(const std::string &topic, const wamp_publish_options &options=wamp_publish_options()) | autobahn::wamp_session | |
publish(const std::string &topic, const List &arguments, const wamp_publish_options &options=wamp_publish_options()) | autobahn::wamp_session | |
publish(const std::string &topic, const List &arguments, const Map &kw_arguments, const wamp_publish_options &options=wamp_publish_options()) | autobahn::wamp_session | |
start() | autobahn::wamp_session | |
stop() | autobahn::wamp_session | |
subscribe(const std::string &topic, const wamp_event_handler &handler, const wamp_subscribe_options &options=wamp_subscribe_options()) | autobahn::wamp_session | |
unprovide(const wamp_registration ®istration) | autobahn::wamp_session | |
unsubscribe(const wamp_subscription &subscription) | autobahn::wamp_session | |
wamp_session(boost::asio::io_service &io_service, bool debug_enabled=false) | autobahn::wamp_session | |
welcome_details() | autobahn::wamp_session | |
~wamp_session() (defined in autobahn::wamp_session) | autobahn::wamp_session | |
~wamp_transport_handler()=default | autobahn::wamp_transport_handler | virtual |