Represents a faces/create command.
More...
#include <ndn-cxx/mgmt/nfd/control-command.hpp>
Inheritance diagram for ndn::nfd::FaceCreateCommand:
Collaboration diagram for ndn::nfd::FaceCreateCommand:Public Member Functions | |
| FaceCreateCommand () | |
| void | applyDefaultsToRequest (ControlParameters ¶meters) const override |
| 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... | |
| virtual void | validateRequest (const ControlParameters ¶meters) const |
| 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 faces/create command.
Definition at line 138 of file control-command.hpp.
| ndn::nfd::FaceCreateCommand::FaceCreateCommand | ( | ) |
Definition at line 99 of file control-command.cpp.
|
overridevirtual |
Apply default values to missing fields in request.
Reimplemented from ndn::nfd::ControlCommand.
Definition at line 123 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.
|
virtualinherited |
Validate request parameters.
| ArgumentError | if parameters are invalid |
Reimplemented in ndn::nfd::StrategyChoiceUnsetCommand, ndn::nfd::CsEraseCommand, and ndn::nfd::FaceDestroyCommand.
Definition at line 36 of file control-command.cpp.
|
overridevirtual |
Validate response parameters.
| ArgumentError | if parameters are invalid |
Reimplemented from ndn::nfd::ControlCommand.
Definition at line 131 of file control-command.cpp.
|
protectedinherited |
FieldValidator for request ControlParameters.
Constructor of subclass should populate this validator.
Definition at line 120 of file control-command.hpp.
|
protectedinherited |
FieldValidator for response ControlParameters.
Constructor of subclass should populate this validator.
Definition at line 125 of file control-command.hpp.