Kea
1.9.9-git
|
#include <io_fetch.h>
Public Member Functions | |
Callback () | |
Default Constructor. More... | |
virtual | ~Callback () |
Virtual Destructor. More... | |
virtual void | operator() (Result result)=0 |
Callback method. More... | |
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.
Note the difference between the two operator() methods:
This is an abstract class.
Definition at line 98 of file io_fetch.h.
|
inline |
Default Constructor.
Definition at line 101 of file io_fetch.h.
|
inlinevirtual |
Virtual Destructor.
Definition at line 105 of file io_fetch.h.
|
pure virtual |
Callback method.
This is the method called when the fetch completes.
result | Result of the fetch |
Implemented in isc::d2::DNSClientImpl.