Kea 2.7.5
|
#include <io_fetch.h>
Public Member Functions | |
Callback ()=default | |
Constructor. | |
virtual | ~Callback ()=default |
Destructor. | |
virtual void | operator() (Result result)=0 |
Callback method. | |
I/O Fetch Callback.
Class of callback object for when the fetch itself has completed - an object of this class is passed to the IOFetch constructor and its operator() method called when the fetch completes.
This is an abstract class.
Definition at line 93 of file io_fetch.h.
|
default |
Constructor.
|
virtualdefault |
Destructor.
|
pure virtual |
Callback method.
This method is called when the fetch completes.
result | Result of the fetch. |
Implemented in isc::d2::DNSClientImpl.