represents a faces/update command More...
#include <control-command.hpp>


Public Member Functions | |
| FaceUpdateCommand () | |
| void | applyDefaultsToRequest (ControlParameters ¶meters) const override |
| apply default values to missing fields in request More... | |
| void | validateResponse (const ControlParameters ¶meters) const override |
Public Member Functions inherited from ndn::nfd::ControlCommand | |
| virtual | ~ControlCommand () |
| virtual void | validateRequest (const ControlParameters ¶meters) const |
| validate request parameters 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 faces/update command
Definition at line 160 of file control-command.hpp.
| ndn::nfd::FaceUpdateCommand::FaceUpdateCommand | ( | ) |
Definition at line 140 of file control-command.cpp.
References ndn::nfd::CONTROL_PARAMETER_BASE_CONGESTION_MARKING_INTERVAL, ndn::nfd::CONTROL_PARAMETER_DEFAULT_CONGESTION_THRESHOLD, ndn::nfd::CONTROL_PARAMETER_FACE_ID, ndn::nfd::CONTROL_PARAMETER_FACE_PERSISTENCY, ndn::nfd::CONTROL_PARAMETER_FLAGS, ndn::nfd::CONTROL_PARAMETER_MASK, ndn::nfd::CONTROL_PARAMETER_MTU, ndn::nfd::ControlCommand::m_requestValidator, ndn::nfd::ControlCommand::m_responseValidator, ndn::nfd::ControlCommand::FieldValidator::optional(), and ndn::nfd::ControlCommand::FieldValidator::required().
|
overridevirtual |
apply default values to missing fields in request
Reimplemented from ndn::nfd::ControlCommand.
Definition at line 161 of file control-command.cpp.
References ndn::nfd::ControlParameters::hasFaceId(), and ndn::nfd::ControlParameters::setFaceId().
|
overridevirtual |
Reimplemented from ndn::nfd::ControlCommand.
Definition at line 169 of file control-command.cpp.
References ndn::nfd::ControlParameters::getFaceId(), ndn::nfd::INVALID_FACE_ID, NDN_THROW, and ndn::nfd::ControlCommand::validateResponse().