represents a fib/add-nexthop command More...
#include <nfd-control-command.hpp>
Public Member Functions | |
FibAddNextHopCommand () | |
virtual void | applyDefaultsToRequest (ControlParameters ¶meters) const |
apply default values to missing fields in request More... | |
virtual void | validateResponse (const ControlParameters ¶meters) const |
validate response parameters More... | |
Public Member Functions inherited from ndn::nfd::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 fib/add-nexthop command
Definition at line 214 of file nfd-control-command.hpp.
ndn::nfd::FibAddNextHopCommand::FibAddNextHopCommand | ( | ) |
Definition at line 176 of file nfd-control-command.cpp.
References ndn::nfd::CONTROL_PARAMETER_COST, ndn::nfd::CONTROL_PARAMETER_FACE_ID, ndn::nfd::CONTROL_PARAMETER_NAME, ndn::nfd::ControlCommand::m_requestValidator, ndn::nfd::ControlCommand::m_responseValidator, ndn::nfd::ControlCommand::FieldValidator::optional(), and ndn::nfd::ControlCommand::FieldValidator::required().
|
virtual |
apply default values to missing fields in request
Reimplemented from ndn::nfd::ControlCommand.
Definition at line 190 of file nfd-control-command.cpp.
References ndn::nfd::ControlParameters::hasCost(), ndn::nfd::ControlParameters::hasFaceId(), ndn::nfd::ControlParameters::setCost(), and ndn::nfd::ControlParameters::setFaceId().
|
virtual |
validate response parameters
ArgumentError | if parameters are invalid |
Reimplemented from ndn::nfd::ControlCommand.
Definition at line 201 of file nfd-control-command.cpp.
References ndn::nfd::ControlParameters::getFaceId(), and ndn::nfd::ControlCommand::validateResponse().