#include <source/ariba/utility/transport/transport_listener.hpp>
Inherited by ariba::communication::BaseCommunication, and ariba::transport::detail::listener.
Public Member Functions | |
virtual void | receive_message (transport_protocol *transport, const address_vf local, const address_vf remote, const uint8_t *data, size_t size) |
called when a message is received |
Definition at line 21 of file transport_listener.hpp.
virtual void ariba::transport::transport_listener::receive_message | ( | transport_protocol * | transport, | |
const address_vf | local, | |||
const address_vf | remote, | |||
const uint8_t * | data, | |||
size_t | size | |||
) | [inline, virtual] |
called when a message is received
Reimplemented in ariba::communication::BaseCommunication, and ariba::transport::detail::listener.
Definition at line 24 of file transport_listener.hpp.
Referenced by ariba::transport::tcpip::receiverThread().