Interface EventDriverDNS
Performs asynchronous DNS queries.
interface EventDriverDNS
;
Methods
Name | Description |
---|---|
cancelLookup
(handle)
|
Cancels an ongoing DNS lookup. |
lookupHost
(name, on_lookup_finished)
|
Looks up addresses corresponding to the given DNS name. |