entry point of the face system More...
#include <daemon/face/face-system.hpp>
Classes | |
class | ConfigContext |
context for processing a config section in ProtocolFactory More... | |
Public Member Functions | |
FaceSystem (FaceTable &faceTable, shared_ptr< ndn::net::NetworkMonitor > netmon) | |
~FaceSystem () | |
FaceTable & | getFaceTable () |
ProtocolFactory * | getFactoryById (const std::string &id) |
ProtocolFactory * | getFactoryByScheme (const std::string &scheme) |
std::set< const ProtocolFactory * > | listProtocolFactories () const |
void | setConfigFile (ConfigFile &configFile) |
register handler for face_system section of NFD configuration file More... | |
entry point of the face system
NFD's face system is organized as a FaceSystem-ProtocolFactory-Channel-Face hierarchy. FaceSystem class is the entry point of NFD's face system and owns ProtocolFactory objects.
Definition at line 50 of file face-system.hpp.
nfd::face::FaceSystem::FaceSystem | ( | FaceTable & | faceTable, |
shared_ptr< ndn::net::NetworkMonitor > | netmon | ||
) |
Definition at line 36 of file face-system.cpp.
|
default |
|
inline |
Definition at line 73 of file face-system.hpp.
ProtocolFactory * nfd::face::FaceSystem::getFactoryById | ( | const std::string & | id | ) |
Definition at line 67 of file face-system.cpp.
ProtocolFactory * nfd::face::FaceSystem::getFactoryByScheme | ( | const std::string & | scheme | ) |
Definition at line 74 of file face-system.cpp.
std::set< const ProtocolFactory * > nfd::face::FaceSystem::listProtocolFactories | ( | ) | const |
Definition at line 57 of file face-system.cpp.
void nfd::face::FaceSystem::setConfigFile | ( | ConfigFile & | configFile | ) |
register handler for face_system section of NFD configuration file
Definition at line 81 of file face-system.cpp.