19 OF_ASSUME_NONNULL_BEGIN
28 OF_SUBCLASSING_RESTRICTED
39 @property (readonly, nonatomic)
OFString *domainName;
44 @property (readonly, nonatomic)
OFDNSClass DNSClass;
59 + (instancetype)queryWithDomainName: (
OFString *)domainName
71 - (instancetype)initWithDomainName: (
OFString *)domainName
74 OF_DESIGNATED_INITIALIZER;
76 - (instancetype)init OF_UNAVAILABLE;
OFDNSRecordType
The type of a DNS resource record.
Definition: OFDNSResourceRecord.h:40
OFDNSClass
The DNS class.
Definition: OFDNSResourceRecord.h:30
A class representing a DNS query.
Definition: OFDNSQuery.h:31
The root class for all other classes inside ObjFW.
Definition: OFObject.h:688
A class for handling strings.
Definition: OFString.h:135
A protocol for the creation of copies.
Definition: OFObject.h:1346