class KExtendedSocketLookup

internal lookup class used by KExtendedSocket. More...

Internal Use Only
Definition#include <kextsocklookup.h>
InheritsQObject (qt) [public ]
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Public Slots

Signals

Public Static Methods

Public Members


Detailed Description

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_addrinforesults ()

results

void  freeresults (kde_addrinfo* res)

freeresults

[static]

void  slotResultsReady ()

slotResultsReady

[slot]

void  resultsReady ()

resultsReady

[signal]

friend class KExtendedSocket

KExtendedSocket