23OF_ASSUME_NONNULL_BEGIN
32OF_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;
OFDNSRecordType
The type of a DNS resource record.
Definition OFDNSResourceRecord.h:44
OFDNSClass
The DNS class.
Definition OFDNSResourceRecord.h:34
A class representing a DNS query.
Definition OFDNSQuery.h:35
The root class for all other classes inside ObjFW.
Definition OFObject.h:692
A class for handling strings.
Definition OFString.h:143
A protocol for the creation of copies.
Definition OFObject.h:1350