Public Member Functions | |
processor_setup (bool server) | |
processor_setup (bool server) | |
Public Attributes | |
websocketpp::lib::error_code | ec |
stub_config::con_msg_manager_type::ptr | msg_manager |
stub_config::request_type | req |
stub_config::response_type | res |
websocketpp::processor::hybi00< stub_config > | p |
con_msg_manager_type::ptr | msg_manager |
stub_config::rng_type | rng |
websocketpp::processor::hybi13< stub_config > | p |
Definition at line 52 of file hybi00.cpp.
|
inline |
Definition at line 53 of file hybi00.cpp.
|
inline |
Definition at line 95 of file hybi13.cpp.
websocketpp::lib::error_code processor_setup::ec |
Definition at line 57 of file hybi00.cpp.
Referenced by BOOST_AUTO_TEST_CASE().
stub_config::con_msg_manager_type::ptr processor_setup::msg_manager |
Definition at line 58 of file hybi00.cpp.
Referenced by BOOST_AUTO_TEST_CASE().
stub_config::request_type processor_setup::req |
Definition at line 59 of file hybi00.cpp.
Referenced by BOOST_AUTO_TEST_CASE().
stub_config::response_type processor_setup::res |
Definition at line 60 of file hybi00.cpp.
Referenced by BOOST_AUTO_TEST_CASE().
websocketpp::processor::hybi00<stub_config> processor_setup::p |
Definition at line 61 of file hybi00.cpp.
Referenced by BOOST_AUTO_TEST_CASE().
con_msg_manager_type::ptr processor_setup::msg_manager |
Definition at line 100 of file hybi13.cpp.
stub_config::rng_type processor_setup::rng |
Definition at line 101 of file hybi13.cpp.
websocketpp::processor::hybi13<stub_config> processor_setup::p |
Definition at line 104 of file hybi13.cpp.