|
Electroneum
|
#include <net_load_tests.h>


Public Member Functions | |
| test_levin_commands_handler () | |
| virtual int | invoke (int command, const epee::span< const uint8_t > in_buff, std::string &buff_out, test_connection_context &context) |
| virtual int | notify (int command, const epee::span< const uint8_t > in_buff, test_connection_context &context) |
| virtual void | callback (test_connection_context &context) |
| virtual void | on_connection_new (test_connection_context &context) |
| virtual void | on_connection_close (test_connection_context &context) |
| size_t | new_connection_counter () const |
| size_t | close_connection_counter () const |
| Public Member Functions inherited from epee::levin::levin_commands_handler< test_connection_context > | |
| virtual int | invoke (int command, const epee::span< const uint8_t > in_buff, std::string &buff_out, test_connection_context &context)=0 |
| virtual int | notify (int command, const epee::span< const uint8_t > in_buff, test_connection_context &context)=0 |
| virtual void | callback (test_connection_context &context) |
| virtual void | on_connection_new (test_connection_context &context) |
| virtual void | on_connection_close (test_connection_context &context) |
| virtual | ~levin_commands_handler () |
Protected Attributes | |
| unit_test::call_counter | m_new_connection_counter |
| unit_test::call_counter | m_close_connection_counter |
Definition at line 59 of file net_load_tests.h.
|
inline |
Definition at line 61 of file net_load_tests.h.
|
inlinevirtual |
Definition at line 88 of file net_load_tests.h.
|
inline |
Definition at line 110 of file net_load_tests.h.
|
inlinevirtual |
Definition at line 67 of file net_load_tests.h.
|
inline |
Definition at line 109 of file net_load_tests.h.
|
inlinevirtual |
Definition at line 78 of file net_load_tests.h.
|
inlinevirtual |
Definition at line 100 of file net_load_tests.h.
|
inlinevirtual |
Definition at line 94 of file net_load_tests.h.
|
protected |
Definition at line 126 of file net_load_tests.h.
|
protected |
Definition at line 125 of file net_load_tests.h.