Base class for faces/[*]-local-control commands. More...
#include <nfd-control-command.hpp>
Public Member Functions | |
virtual void | validateRequest (const ControlParameters ¶meters) const |
validate request parameters More... | |
virtual void | validateResponse (const ControlParameters ¶meters) const |
validate response parameters More... | |
Public Member Functions inherited from ndn::nfd::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... | |
Protected Member Functions | |
FaceLocalControlCommand (const std::string &verb) | |
Protected Member Functions inherited from ndn::nfd::ControlCommand | |
ControlCommand (const std::string &module, const std::string &verb) | |
Additional Inherited Members | |
Protected Attributes inherited from ndn::nfd::ControlCommand | |
FieldValidator | m_requestValidator |
FieldValidator for request ControlParameters. More... | |
FieldValidator | m_responseValidator |
FieldValidator for response ControlParameters. More... | |
Base class for faces/[*]-local-control commands.
Definition at line 170 of file nfd-control-command.hpp.
|
explicitprotected |
|
virtual |
validate request parameters
ArgumentError | if parameters are invalid |
Reimplemented from ndn::nfd::ControlCommand.
Definition at line 147 of file nfd-control-command.cpp.
References ndn::nfd::ControlParameters::getLocalControlFeature(), ndn::nfd::LOCAL_CONTROL_FEATURE_INCOMING_FACE_ID, ndn::nfd::LOCAL_CONTROL_FEATURE_NEXT_HOP_FACE_ID, and ndn::nfd::ControlCommand::validateRequest().
Referenced by validateResponse().
|
virtual |
validate response parameters
ArgumentError | if parameters are invalid |
Reimplemented from ndn::nfd::ControlCommand.
Definition at line 161 of file nfd-control-command.cpp.
References validateRequest().