#include <AsyncResolverServer.h>
Public Member Functions | |
CAsyncResolverServer (CAsyncResolver *pParent, size_t serverIndex, in_addr addr) | |
Constructor. | |
AsyncResolverError | sendQuery (CAsyncResolverQuery *query) |
Called to initiate transmission of the given query. | |
AsyncResolverError | destroy () |
Called to shutdown the sockets. | |
const size_t | getServerIndex () const |
Helper to return the server index passed during construction. |
|
Constructor.
|
|
Called to shutdown the sockets. Cancels all i/o and waits until all outstanding notifications are processed on each open socket |
|
Called to initiate transmission of the given query.
|