23 OF_ASSUME_NONNULL_BEGIN
32 OF_SUBCLASSING_RESTRICTED
43 @property (readonly, nonatomic)
OFString *domainName;
48 @property (readonly, nonatomic)
OFDNSClass DNSClass;
63 + (instancetype)queryWithDomainName: (
OFString *)domainName
75 - (instancetype)initWithDomainName: (
OFString *)domainName
78 OF_DESIGNATED_INITIALIZER;
80 - (instancetype)init OF_UNAVAILABLE;
OFDNSClass
The DNS class.
Definition: OFDNSResourceRecord.h:34
The root class for all other classes inside ObjFW.
Definition: OFObject.h:690
A class for handling strings.
Definition: OFString.h:142
OFDNSRecordType
The type of a DNS resource record.
Definition: OFDNSResourceRecord.h:44
A protocol for the creation of copies.
Definition: OFObject.h:1350
A class representing a DNS query.
Definition: OFDNSQuery.h:33