![]() |
Qt 6.x
The Qt SDK
|
#include <QtNetwork/private/qtnetworkglobal_p.h>
#include "QtCore/qcoreapplication.h"
#include "private/qcoreapplication_p.h"
#include "private/qmetaobject_p.h"
#include "QtNetwork/qhostinfo.h"
#include "QtCore/qmutex.h"
#include "QtCore/qwaitcondition.h"
#include "QtCore/qobject.h"
#include "QtCore/qpointer.h"
#include "QtCore/qthread.h"
#include "QtCore/qrunnable.h"
#include "QtCore/qlist.h"
#include "QtCore/qqueue.h"
#include <QElapsedTimer>
#include <QCache>
#include <atomic>
Go to the source code of this file.
Classes | |
class | QHostInfoResult |
class | QHostInfoAgent |
class | QHostInfoPrivate |
class | QHostInfoCache |
class | QHostInfoRunnable |
class | QHostInfoLookupManager |
Functions | |
QHostInfo Q_NETWORK_EXPORT | qt_qhostinfo_lookup (const QString &name, QObject *receiver, const char *member, bool *valid, int *id) |
void Q_AUTOTEST_EXPORT | qt_qhostinfo_clear_cache () |
void Q_AUTOTEST_EXPORT | qt_qhostinfo_enable_cache (bool e) |
void Q_AUTOTEST_EXPORT | qt_qhostinfo_cache_inject (const QString &hostname, const QHostInfo &resolution) |
void Q_AUTOTEST_EXPORT qt_qhostinfo_cache_inject | ( | const QString & | hostname, |
const QHostInfo & | resolution | ||
) |
void Q_AUTOTEST_EXPORT qt_qhostinfo_clear_cache | ( | ) |
Definition at line 1063 of file qhostinfo.cpp.
References manager.
void Q_AUTOTEST_EXPORT qt_qhostinfo_enable_cache | ( | bool | e | ) |
QHostInfo Q_NETWORK_EXPORT qt_qhostinfo_lookup | ( | const QString & | name, |
QObject * | receiver, | ||
const char * | member, | ||
bool * | valid, | ||
int * | id | ||
) |
Definition at line 92 of file qhostinfo.cpp.
Referenced by QAbstractSocket::connectToHost(), and QHttpNetworkConnectionPrivate::startHostInfoLookup().