T - specific type of resource data (String, IpAddress, byte[])public static class Dns.ResRecord<T> extends Dns.Record
| Constructor and Description |
|---|
Dns.ResRecord(String name,
Dns.RecordType recType,
Dns.ClassType clsType,
long ttl,
T data)
Constructs a resource record.
|
Dns.ResRecord(String name,
Dns.RecordType recType,
long ttl,
T data)
Constructs a resource record with
Dns.ClassType.INTERNET. |
public Dns.ResRecord(String name, Dns.RecordType recType, Dns.ClassType clsType, long ttl, T data)
name - the domain name that was queriedrecType - the record typeclsType - the class typettl - the number of seconds the resource can be cacheddata - the resource data, can be nullpublic Dns.ResRecord(String name, Dns.RecordType recType, long ttl, T data)
Dns.ClassType.INTERNET.name - the domain name that was queriedrecType - the record type.ttl - the number of seconds the resource can be cached.data - the resource data, can be nullpublic long ttl()
public T data()
public String toString()
toString in class Dns.RecordCopyright © 2014. All Rights Reserved.