#include <sendinformationalreqcommand.h>
Inheritance diagram for openikev2::SendInformationalReqCommand:

Public Member Functions | |
| SendInformationalReqCommand () | |
| Creates a new SendInformationalReqCommand. | |
| SendInformationalReqCommand (AutoVector< Payload > payloads) | |
| Creates a new SendInformationalReqCommand. | |
| void | addPayload (auto_ptr< Payload > payload) |
| Adds a payload to the INFORMATIONAL message. | |
| virtual Enums::MESSAGE_ACTION | executeCommand (IkeSaController &ike_sa_controller) |
| Execute the commmand. | |
| virtual string | getCommandName () const |
| Get the command name. | |
Protected Attributes | |
| AutoVector< Payload > | payloads |
| Payloads to be included in the INFORMATIONAL message. | |
| void openikev2::SendInformationalReqCommand::addPayload | ( | auto_ptr< Payload > | payload | ) |
Adds a payload to the INFORMATIONAL message.
| payload | Payload to be included in the INFORMATIONAL message |
| Enums::MESSAGE_ACTION openikev2::SendInformationalReqCommand::executeCommand | ( | IkeSaController & | ike_sa_controller | ) | [virtual] |
Execute the commmand.
| ike_sa_controller | IkeSaController receiving the action |
Implements openikev2::Command.
| string openikev2::SendInformationalReqCommand::getCommandName | ( | ) | const [virtual] |
1.5.1