#include <notifycontroller_http_cert_lookup_supported.h>
Inheritance diagram for openikev2::NotifyController_HTTP_CERT_LOOKUP_SUPPORTED:

Public Member Functions | |
| NotifyController_HTTP_CERT_LOOKUP_SUPPORTED () | |
| Creates a new NotifyController_HTTP_CERT_LOOKUP_SUPPORTED. | |
| virtual Enums::NOTIFY_ACTION | processNotify (Payload_NOTIFY ¬ify, Message &message, IkeSaController &ike_sa_controller, ChildSa *child_sa) |
| Process a received NOTIFY Payload. | |
| virtual void | addNotifyRequest (Message &message, IkeSaController &ike_sa_controller, ChildSa *child_sa) |
| Adds new notify request payload to the indicated message. | |
| Enums::NOTIFY_ACTION openikev2::NotifyController_HTTP_CERT_LOOKUP_SUPPORTED::processNotify | ( | Payload_NOTIFY & | notify, | |
| Message & | message, | |||
| IkeSaController & | ike_sa_controller, | |||
| ChildSa * | child_sa | |||
| ) | [virtual] |
Process a received NOTIFY Payload.
| notify | Received NOTIFY Payload | |
| message | Message containig the notification | |
| ike_sa_controller | IKE_SA Controller that receive the notification | |
| child_sa | CHILD_SA related with the notification (NULL if there is no related CHILD_SA) |
Implements openikev2::NotifyController.
| void openikev2::NotifyController_HTTP_CERT_LOOKUP_SUPPORTED::addNotifyRequest | ( | Message & | message, | |
| IkeSaController & | ike_sa_controller, | |||
| ChildSa * | child_sa | |||
| ) | [virtual] |
Adds new notify request payload to the indicated message.
| message | Message to include the notification | |
| ike_sa_controller | IKE_SA Controller that sends the notification | |
| child_sa | CHILD_SA related with the notification (NULL if there is no related CHILD_SA) |
Reimplemented from openikev2::NotifyController.
1.5.1