|
|
What is this class for?
Instead of writing the whole lookup code in KExtendedSocket, I preferred writing a separate class to do the dirty work.
QDns dnsIpv4 | dnsIpv4 |
QDns dnsIpv6 | dnsIpv6 |
int workingCount | workingCount |
const QString& servname | servname |
addrinfo hint | hint |
KExtendedSocketLookup (const QString& hostname, const QString& servname, const addrinfo& hint)
| KExtendedSocketLookup |
inline bool isWorking ()
| isWorking |
[const]
kde_addrinfo * results ()
| results |
void freeresults (kde_addrinfo* res)
| freeresults |
[static]
void slotResultsReady ()
| slotResultsReady |
[slot]
void resultsReady ()
| resultsReady |
[signal]
friend class KExtendedSocket | KExtendedSocket |