#include <asyncdnshandler.h>
Detailed Description
A handler that will receive results of the asynchronous DNS resolver.
- Author
- Jakob Schroeter js@ca.nosp@m.maya.nosp@m..net
- Since
- 1.1
Definition at line 27 of file asyncdnshandler.h.
Member Function Documentation
virtual void handleAsyncConnectResult |
( |
int |
fd, |
|
|
void * |
context |
|
) |
| |
|
pure virtual |
- Parameters
-
fd | A file descriptor for the established connection. |
context | User-defined context information. |
Implemented in AsyncDNS.
virtual void handleAsyncResolveResult |
( |
const DNS::HostMap & |
hosts, |
|
|
void * |
context |
|
) |
| |
|
pure virtual |
- Parameters
-
hosts | A list of weighted hostname/port pairs from SRV records, or A records if no SRV records where found. |
context | User-defined context information. |
Implemented in AsyncDNS.
The documentation for this class was generated from the following file: