|
Electroneum
|
#include <abstract_tcp_server2.h>


Public Member Functions | |
| idle_callback_conext (boost::asio::io_service &io_serice, t_handler &h, uint64_t period) | |
| virtual bool | call_handler () |
Public Member Functions inherited from epee::net_utils::boosted_tcp_server< t_protocol_handler >::idle_callback_conext_base | |
| virtual | ~idle_callback_conext_base () |
| idle_callback_conext_base (boost::asio::io_service &io_serice) | |
Public Attributes | |
| t_handler | m_handler |
| uint64_t | m_period |
Public Attributes inherited from epee::net_utils::boosted_tcp_server< t_protocol_handler >::idle_callback_conext_base | |
| boost::asio::deadline_timer | m_timer |
Definition at line 295 of file abstract_tcp_server2.h.
|
inline |
Definition at line 297 of file abstract_tcp_server2.h.
|
inlinevirtual |
Reimplemented from epee::net_utils::boosted_tcp_server< t_protocol_handler >::idle_callback_conext_base.
Definition at line 303 of file abstract_tcp_server2.h.
| t_handler epee::net_utils::boosted_tcp_server< t_protocol_handler >::idle_callback_conext< t_handler >::m_handler |
Definition at line 302 of file abstract_tcp_server2.h.
| uint64_t epee::net_utils::boosted_tcp_server< t_protocol_handler >::idle_callback_conext< t_handler >::m_period |
Definition at line 307 of file abstract_tcp_server2.h.