nfd::face::InternalTransportBase Class Referenceabstract

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 void receivePacket (const Block &packet)=0
 

Protected Member Functions

 ~InternalTransportBase ()=default
 

Detailed Description

Abstracts a transport that can be paired with another.

Definition at line 38 of file internal-transport.hpp.

Constructor & Destructor Documentation

◆ ~InternalTransportBase()

nfd::face::InternalTransportBase::~InternalTransportBase ( )
protecteddefault

Member Function Documentation

◆ receivePacket()

virtual void nfd::face::InternalTransportBase::receivePacket ( const Block &  packet)
pure virtual