DnsRR

data class DnsRR(val time: Long, val qName: String, val aName: String, val resource: String, val ttl: Int)

DNS record type time is the time the DNS resource was resolved qName is the DNS record QName aName is the DNS record AName resource is the resource (IP address) ttl is the time to live of the DNS record

Constructors

Link copied to clipboard
constructor(time: Long, qName: String, aName: String, resource: String, ttl: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val time: Long
Link copied to clipboard
val ttl: Int