represents a strategy-choice/set command More...
#include <ndn-cxx/mgmt/nfd/control-command.hpp>
 Inheritance diagram for ndn::nfd::StrategyChoiceUnsetCommand:
 Inheritance diagram for ndn::nfd::StrategyChoiceUnsetCommand: Collaboration diagram for ndn::nfd::StrategyChoiceUnsetCommand:
 Collaboration diagram for ndn::nfd::StrategyChoiceUnsetCommand:| Public Member Functions | |
| StrategyChoiceUnsetCommand () | |
| 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... | |
| void | validateRequest (const ControlParameters ¶meters) const override | 
| validate request parameters  More... | |
| void | validateResponse (const ControlParameters ¶meters) const override | 
| validate response parameters  More... | |
| Protected Attributes | |
| 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 278 of file control-command.hpp.
| ndn::nfd::StrategyChoiceUnsetCommand::StrategyChoiceUnsetCommand | ( | ) | 
Definition at line 316 of file control-command.cpp.
| 
 | virtualinherited | 
apply default values to missing fields in request
Reimplemented in ndn::nfd::RibUnregisterCommand, ndn::nfd::RibRegisterCommand, ndn::nfd::FibRemoveNextHopCommand, ndn::nfd::FibAddNextHopCommand, ndn::nfd::FaceUpdateCommand, and ndn::nfd::FaceCreateCommand.
Definition at line 42 of file control-command.cpp.
| 
 | virtualinherited | 
apply default values to missing fields in response
Definition at line 53 of file control-command.cpp.
| 
 | inherited | 
construct the Name for a request Interest
| ArgumentError | if parameters are invalid | 
Definition at line 58 of file control-command.cpp.
| 
 | overridevirtual | 
validate request parameters
| ArgumentError | if parameters are invalid | 
Reimplemented from ndn::nfd::ControlCommand.
Definition at line 325 of file control-command.cpp.
| 
 | overridevirtual | 
validate response parameters
| ArgumentError | if parameters are invalid | 
Reimplemented from ndn::nfd::ControlCommand.
Definition at line 335 of file control-command.cpp.
| 
 | protectedinherited | 
FieldValidator for request ControlParameters.
Constructor of subclass should populate this validator.
Definition at line 124 of file control-command.hpp.
| 
 | protectedinherited | 
FieldValidator for response ControlParameters.
Constructor of subclass should populate this validator.
Definition at line 129 of file control-command.hpp.