represents a strategy-choice/set command More...
#include <control-command.hpp>
Public Member Functions | |
StrategyChoiceUnsetCommand () | |
virtual void | validateRequest (const ControlParameters ¶meters) const override |
validate request parameters More... | |
virtual void | validateResponse (const ControlParameters ¶meters) const override |
validate response parameters More... | |
Public Member Functions inherited from ndn::nfd::ControlCommand | |
virtual | ~ControlCommand () |
virtual void | applyDefaultsToRequest (ControlParameters ¶meters) const |
apply default values to missing fields in request More... | |
virtual void | applyDefaultsToResponse (ControlParameters ¶meters) const |
apply default values to missing fields in response More... | |
Name | getRequestName (const Name &commandPrefix, const ControlParameters ¶meters) const |
construct the Name for a request Interest More... | |
Additional Inherited Members | |
Protected Member Functions inherited from ndn::nfd::ControlCommand | |
ControlCommand (const std::string &module, const std::string &verb) | |
Protected Attributes inherited from ndn::nfd::ControlCommand | |
FieldValidator | m_requestValidator |
FieldValidator for request ControlParameters. More... | |
FieldValidator | m_responseValidator |
FieldValidator for response ControlParameters. More... | |
represents a strategy-choice/set command
Definition at line 297 of file control-command.hpp.
ndn::nfd::StrategyChoiceUnsetCommand::StrategyChoiceUnsetCommand | ( | ) |
Definition at line 317 of file control-command.cpp.
References ndn::nfd::CONTROL_PARAMETER_NAME, ndn::nfd::ControlCommand::m_requestValidator, ndn::nfd::ControlCommand::m_responseValidator, and ndn::nfd::ControlCommand::FieldValidator::required().
|
overridevirtual |
validate request parameters
ArgumentError | if parameters are invalid |
Reimplemented from ndn::nfd::ControlCommand.
Definition at line 326 of file control-command.cpp.
References ndn::nfd::ControlParameters::getName(), ndn::Name::size(), and ndn::nfd::ControlCommand::validateRequest().
Referenced by validateResponse().
|
overridevirtual |
validate response parameters
ArgumentError | if parameters are invalid |
Reimplemented from ndn::nfd::ControlCommand.
Definition at line 336 of file control-command.cpp.
References validateRequest().