implement the FIB Management of NFD Management Protocol.
More...
#include <daemon/mgmt/fib-manager.hpp>
|
typedef function< void(const ControlCommand &command, const Name &prefix, const Interest &interest, const ControlParameters ¶meters, const ndn::mgmt::CommandContinuation done)> | ControlCommandHandler |
|
implement the FIB Management of NFD Management Protocol.
- See also
- http://redmine.named-data.net/projects/nfd/wiki/FibMgmt
Definition at line 42 of file fib-manager.hpp.
typedef function<void(const ControlCommand& command, const Name& prefix, const Interest& interest, const ControlParameters& parameters, const ndn::mgmt::CommandContinuation done)> nfd::ManagerBase::ControlCommandHandler |
|
protectedinherited |
void nfd::ManagerBase::extractRequester |
( |
const Interest & |
interest, |
|
|
ndn::mgmt::AcceptContinuation |
accept |
|
) |
| |
|
protectedinherited |
extract a requester from a ControlCommand request
This is called after the signature is validated.
- Parameters
-
interest | a request for ControlCommand |
accept | callback of successful validation, take the requester string as a argument |
Definition at line 57 of file manager-base.cpp.
const std::string& nfd::ManagerBase::getModule |
( |
| ) |
const |
|
inlineinherited |
template<typename Command >
void nfd::ManagerBase::registerCommandHandler |
( |
const std::string & |
verb, |
|
|
const ControlCommandHandler & |
handler |
|
) |
| |
|
inlineprotectedinherited |
ndn::mgmt::PostNotification nfd::ManagerBase::registerNotificationStream |
( |
const std::string & |
verb | ) |
|
|
protectedinherited |
void nfd::ManagerBase::registerStatusDatasetHandler |
( |
const std::string & |
verb, |
|
|
const ndn::mgmt::StatusDatasetHandler & |
handler |
|
) |
| |
|
protectedinherited |