|
typedef std::function< void(const std::string &requester)> | ndn::mgmt::AcceptContinuation |
| a function to be called if authorization is successful More...
|
|
typedef std::function< void(const Name &prefix, const Interest &interest, const ControlParameters *params, const AcceptContinuation &accept, const RejectContinuation &reject)> | ndn::mgmt::Authorization |
| a function that performs authorization More...
|
|
typedef std::function< void(const ControlResponse &resp)> | ndn::mgmt::CommandContinuation |
| a function to be called after ControlCommandHandler completes More...
|
|
typedef std::function< void(const Name &prefix, const Interest &interest, const ControlParameters ¶ms, const CommandContinuation &done)> | ndn::mgmt::ControlCommandHandler |
| a function to handle an authorized ControlCommand More...
|
|
typedef std::function< void(const Block ¬ification)> | ndn::mgmt::PostNotification |
| a function to post a notification More...
|
|
typedef std::function< void(RejectReply reply)> | ndn::mgmt::RejectContinuation |
| a function to be called if authorization is rejected More...
|
|
typedef std::function< void(const Name &prefix, const Interest &interest, StatusDatasetContext &context)> | ndn::mgmt::StatusDatasetHandler |
| a function to handle a StatusDataset request More...
|
|
typedef std::function< bool(const ControlParameters ¶ms)> | ndn::mgmt::ValidateParameters |
| a function to validate input ControlParameters More...
|
|