|
| boost::asio::io_service & | m_ios |
| |
| TestMsgHandler::TestMsgHandler |
( |
boost::asio::io_service & |
ios | ) |
|
|
inline |
| virtual TestMsgHandler::~TestMsgHandler |
( |
| ) |
|
|
inlinevirtual |
| void TestMsgHandler::Handle |
( |
std::string const & |
identity, |
|
|
std::string const & |
msg_type_id, |
|
|
void const * |
data, |
|
|
size_t |
data_size |
|
) |
| |
|
inlinevirtual |
Handles raw message.
- Parameters
-
| identity | Requestor identity. |
| msg_type_id | Identity of message type. |
| data | Raw serialized message. |
| data_size | Size of the raw message. |
- Todo:
- replace data with array_view
Implements rad::MsgHandler.
| boost::asio::io_service& TestMsgHandler::m_ios |
The documentation for this class was generated from the following file: