Implement the CS Management of NFD Management Protocol. More...
#include <cs-manager.hpp>


Public Member Functions | |
| CsManager (Cs &cs, const ForwarderCounters &fwCnt, Dispatcher &dispatcher, CommandAuthenticator &authenticator) | |
Public Member Functions inherited from nfd::NfdManagerBase | |
| NfdManagerBase (Dispatcher &dispatcher, CommandAuthenticator &authenticator, const std::string &module) | |
Public Member Functions inherited from nfd::ManagerBase | |
| ManagerBase (Dispatcher &dispatcher, const std::string &module) | |
| virtual | ~ManagerBase () |
| const std::string & | getModule () const |
Static Public Attributes | |
| static constexpr size_t | ERASE_LIMIT = 256 |
Additional Inherited Members | |
Protected Types inherited from nfd::ManagerBase | |
| using | ControlCommandHandler = std::function< void(const ControlCommand &command, const Name &prefix, const Interest &interest, const ControlParameters ¶meters, const ndn::mgmt::CommandContinuation done)> |
Protected Member Functions inherited from nfd::ManagerBase | |
| template<typename Command > | |
| void | registerCommandHandler (const std::string &verb, const ControlCommandHandler &handler) |
| void | registerStatusDatasetHandler (const std::string &verb, const ndn::mgmt::StatusDatasetHandler &handler) |
| ndn::mgmt::PostNotification | registerNotificationStream (const std::string &verb) |
| void | extractRequester (const Interest &interest, ndn::mgmt::AcceptContinuation accept) |
| extract a requester from a ControlCommand request More... | |
Implement the CS Management of NFD Management Protocol.
Definition at line 38 of file cs-manager.hpp.
| nfd::CsManager::CsManager | ( | Cs & | cs, |
| const ForwarderCounters & | fwCnt, | ||
| Dispatcher & | dispatcher, | ||
| CommandAuthenticator & | authenticator | ||
| ) |
Definition at line 33 of file cs-manager.cpp.
References nfd::ManagerBase::registerStatusDatasetHandler().
|
static |
Definition at line 64 of file cs-manager.hpp.