Abstracts a transport that can be paired with another. More...
#include <daemon/face/internal-transport.hpp>
Inheritance diagram for nfd::face::InternalTransportBase:Public Member Functions | |
| virtual | ~InternalTransportBase ()=default |
| virtual void | receivePacket (const Block &packet)=0 |
Abstracts a transport that can be paired with another.
Definition at line 38 of file internal-transport.hpp.
|
virtualdefault |
|
pure virtual |
Implemented in nfd::face::InternalClientTransport, and nfd::face::InternalForwarderTransport.