Implements the FIB Management of NFD Management Protocol.
More...
#include <daemon/mgmt/fib-manager.hpp>
|
using | ControlCommandHandler = std::function< void(const ControlCommand &command, const Name &prefix, const Interest &interest, const ControlParameters ¶meters, const ndn::mgmt::CommandContinuation done)> |
|
|
static std::string | extractSigner (const Interest &interest) |
| Extracts the name from the KeyLocator of a ControlCommand request. More...
|
|
Implements the FIB Management of NFD Management Protocol.
- See also
- https://redmine.named-data.net/projects/nfd/wiki/FibMgmt
Definition at line 43 of file fib-manager.hpp.
◆ ControlCommandHandler
using nfd::ManagerBase::ControlCommandHandler = std::function<void(const ControlCommand& command, const Name& prefix, const Interest& interest, const ControlParameters& parameters, const ndn::mgmt::CommandContinuation done)> |
|
protectedinherited |
◆ FibManager()
◆ extractSigner()
std::string nfd::ManagerBase::extractSigner |
( |
const Interest & |
interest | ) |
|
|
staticprotectedinherited |
Extracts the name from the KeyLocator of a ControlCommand request.
This is called after the signature has been validated. Returns an empty string if SignatureInfo or KeyLocator are missing or malformed.
Definition at line 62 of file manager-base.cpp.
◆ getModule()
const std::string& nfd::ManagerBase::getModule |
( |
| ) |
const |
|
inlineinherited |
◆ registerCommandHandler()
template<typename Command >
void nfd::ManagerBase::registerCommandHandler |
( |
const std::string & |
verb, |
|
|
const ControlCommandHandler & |
handler |
|
) |
| |
|
protectedinherited |
◆ registerNotificationStream()
ndn::mgmt::PostNotification nfd::ManagerBase::registerNotificationStream |
( |
const std::string & |
verb | ) |
|
|
protectedinherited |
◆ registerStatusDatasetHandler()
void nfd::ManagerBase::registerStatusDatasetHandler |
( |
const std::string & |
verb, |
|
|
const ndn::mgmt::StatusDatasetHandler & |
handler |
|
) |
| |
|
protectedinherited |