KDECore
k3resolver.h
Go to the documentation of this file.
336 UnknownFamily = 0x0001,
338 UnixFamily = 0x0002,
339 LocalFamily = UnixFamily,
341 IPv4Family = 0x0004,
342 IPv6Family = 0x0008,
343 InternetFamily = IPv4Family | IPv6Family,
344 InetFamily = InternetFamily,
346 KnownFamily = ~UnknownFamily,
348 };
369 Passive = 0x01,
370 CanonName = 0x02,
371 NoResolve = 0x04,
372 NoSrv = 0x08,
374 };
400 NoError = 0,
401 AddrFamily = -1,
402 TryAgain = -2,
403 NonRecoverable = -3,
404 BadFlags = -4,
405 Memory = -5,
406 NoName = -6,
407 UnsupportedFamily = -7,
408 UnsupportedService = -8,
409 UnsupportedSocketType = -9,
410 UnknownError = -10,
411 SystemError = -11,
413 };
437 Idle = 0,
438 Queued = 1,
439 InProgress = 5,
440 PostProcessing = 6,
441 Success = 10,
444 };
Definition: k3resolver_p.h:102
void finished(const KNetwork::KResolverResults &results)
This signal is emitted whenever the resolution is finished, one way or another (success or failure).
Definition: kaboutdata.h:33
Definition: k3resolver.h:41
static void setError(QAbstractSocket *socket, QAbstractSocket::SocketError error, const QString &errorString)
Definition: ksocketfactory.cpp:44
A namespace to store all networking-related (socket) classes.
Definition: k3bufferedsocket.h:35
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.