Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QDnsLookupReply Class Reference

#include <qdnslookup_p.h>

Collaboration diagram for QDnsLookupReply:

Public Member Functions

void setError (QDnsLookup::Error err, QString &&msg)
void makeResolverSystemError (int code=-1)
void makeTimeoutError ()
void makeDnsRcodeError (quint8 rcode)
void makeInvalidReplyError (QString &&msg=QString())

Public Attributes

QDnsLookup::Error error = QDnsLookup::NoError
bool authenticData = false
QString errorString
QList< QDnsDomainNameRecordcanonicalNameRecords
QList< QDnsHostAddressRecordhostAddressRecords
QList< QDnsMailExchangeRecordmailExchangeRecords
QList< QDnsDomainNameRecordnameServerRecords
QList< QDnsDomainNameRecordpointerRecords
QList< QDnsServiceRecordserviceRecords
QList< QDnsTlsAssociationRecordtlsAssociationRecords
QList< QDnsTextRecordtextRecords

Detailed Description

Definition at line 48 of file qdnslookup_p.h.

Member Function Documentation

◆ makeDnsRcodeError()

void QDnsLookupReply::makeDnsRcodeError ( quint8 rcode)
inline

Definition at line 87 of file qdnslookup_p.h.

◆ makeInvalidReplyError()

void QDnsLookupReply::makeInvalidReplyError ( QString && msg = QString())
inline

Definition at line 116 of file qdnslookup_p.h.

◆ makeResolverSystemError()

void QDnsLookupReply::makeResolverSystemError ( int code = -1)
inline

Definition at line 75 of file qdnslookup_p.h.

Referenced by sendStandardDns().

Here is the caller graph for this function:

◆ makeTimeoutError()

void QDnsLookupReply::makeTimeoutError ( )
inline

Definition at line 81 of file qdnslookup_p.h.

Referenced by sendStandardDns().

Here is the caller graph for this function:

◆ setError()

void QDnsLookupReply::setError ( QDnsLookup::Error err,
QString && msg )
inline

Definition at line 69 of file qdnslookup_p.h.

Member Data Documentation

◆ authenticData

bool QDnsLookupReply::authenticData = false

Definition at line 52 of file qdnslookup_p.h.

Referenced by sendStandardDns().

◆ canonicalNameRecords

QList<QDnsDomainNameRecord> QDnsLookupReply::canonicalNameRecords

Definition at line 55 of file qdnslookup_p.h.

◆ error

QDnsLookup::Error QDnsLookupReply::error = QDnsLookup::NoError

Definition at line 51 of file qdnslookup_p.h.

◆ errorString

QString QDnsLookupReply::errorString

Definition at line 53 of file qdnslookup_p.h.

◆ hostAddressRecords

QList<QDnsHostAddressRecord> QDnsLookupReply::hostAddressRecords

Definition at line 56 of file qdnslookup_p.h.

◆ mailExchangeRecords

QList<QDnsMailExchangeRecord> QDnsLookupReply::mailExchangeRecords

Definition at line 57 of file qdnslookup_p.h.

◆ nameServerRecords

QList<QDnsDomainNameRecord> QDnsLookupReply::nameServerRecords

Definition at line 58 of file qdnslookup_p.h.

◆ pointerRecords

QList<QDnsDomainNameRecord> QDnsLookupReply::pointerRecords

Definition at line 59 of file qdnslookup_p.h.

◆ serviceRecords

QList<QDnsServiceRecord> QDnsLookupReply::serviceRecords

Definition at line 60 of file qdnslookup_p.h.

◆ textRecords

QList<QDnsTextRecord> QDnsLookupReply::textRecords

Definition at line 62 of file qdnslookup_p.h.

◆ tlsAssociationRecords

QList<QDnsTlsAssociationRecord> QDnsLookupReply::tlsAssociationRecords

Definition at line 61 of file qdnslookup_p.h.


The documentation for this class was generated from the following file: