#include <net_load_tests.h>
|
| | test_levin_commands_handler () |
| virtual int | invoke (int command, const epee::span< const uint8_t > in_buff, epee::byte_stream &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, byte_stream &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 () |
◆ test_levin_commands_handler()
| net_load_tests::test_levin_commands_handler::test_levin_commands_handler |
( |
| ) |
|
|
inline |
◆ callback()
◆ close_connection_counter()
| size_t net_load_tests::test_levin_commands_handler::close_connection_counter |
( |
| ) |
const |
|
inline |
◆ invoke()
◆ new_connection_counter()
| size_t net_load_tests::test_levin_commands_handler::new_connection_counter |
( |
| ) |
const |
|
inline |
◆ notify()
◆ on_connection_close()
◆ on_connection_new()
◆ m_close_connection_counter
◆ m_new_connection_counter
The documentation for this struct was generated from the following file: