![]() |
Kea 3.1.1
|
Callback for the TKeyExchange
class.
More...
#include <tkey_exchange.h>
Public Member Functions | |
virtual | ~Callback () |
Virtual destructor. | |
virtual void | operator() (TKeyExchange::Status status)=0 |
Function operator implementing a callback. | |
Callback for the TKeyExchange
class.
This is an abstract class which represents the external callback for the TKeyExchange
. Caller must implement this class and supply its instance in the TKeyExchange
constructor to get callbacks when the TKEY exchange is complete (
TKeyExchange
). Definition at line 58 of file tkey_exchange.h.
|
inlinevirtual |
Virtual destructor.
Definition at line 61 of file tkey_exchange.h.
|
pure virtual |
Function operator implementing a callback.
status | a TKeyExchange::Status enum representing status code of TKeyExchange operation. |
Implemented in isc::gss_tsig::ManagedKey.