Wire Sysio Wire Sysion 1.0.0
|
Classes | |
struct | abstract_conn |
struct | asio_local_with_stub_log |
struct | asio_with_stub_log |
struct | net_api_plugin_empty |
struct | producer_api_plugin_response |
struct | txn_test_gen_empty |
struct | txn_test_gen_status |
struct | wallet_api_plugin_empty |
Typedefs | |
using | abstract_conn_ptr = std::shared_ptr<abstract_conn> |
template<typename T > | |
using | connection_ptr = typename websocketpp::server<T>::connection_ptr |
using | internal_url_handler = std::function<void(abstract_conn_ptr, string, string, url_response_callback)> |
using sysio::detail::abstract_conn_ptr = std::shared_ptr<abstract_conn> |
Definition at line 137 of file http_plugin.cpp.
using sysio::detail::connection_ptr = typename websocketpp::server<T>::connection_ptr |
Definition at line 140 of file http_plugin.cpp.
using sysio::detail::internal_url_handler = std::function<void(abstract_conn_ptr, string, string, url_response_callback)> |
internal url handler that contains more parameters than the handlers provided by external systems
Definition at line 145 of file http_plugin.cpp.