NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: NDN, CCN, CCNx, content centric networks
API Documentation
nfd::CsManager Class Reference

implement the CS Management of NFD Management Protocol. More...

#include <cs-manager.hpp>

Inheritance diagram for nfd::CsManager:
Collaboration diagram for nfd::CsManager:

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
 

Additional Inherited Members

- Protected Types inherited from nfd::ManagerBase
typedef function< void(const ControlCommand &command, const Name &prefix, const Interest &interest, const ControlParameters &parameters, const ndn::mgmt::CommandContinuation done)> ControlCommandHandler
 
- 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...
 

Detailed Description

implement the CS Management of NFD Management Protocol.

See also
https://redmine.named-data.net/projects/nfd/wiki/CsMgmt

Definition at line 38 of file cs-manager.hpp.

Constructor & Destructor Documentation

◆ CsManager()

nfd::CsManager::CsManager ( Cs cs,
const ForwarderCounters fwCnt,
Dispatcher dispatcher,
CommandAuthenticator authenticator 
)

Definition at line 31 of file cs-manager.cpp.

References nfd::ManagerBase::registerStatusDatasetHandler().


The documentation for this class was generated from the following files: