org.xbill.DNS
Class AAAARecord
java.lang.Object
org.xbill.DNS.Record
org.xbill.DNS.AAAARecord
- All Implemented Interfaces:
- Cloneable, Comparable
public class AAAARecord
- extends Record
IPv6 Address Record - maps a domain name to an IPv6 address
- Author:
- Brian Wellington
Constructor Summary |
AAAARecord(Name name,
int dclass,
long ttl,
InetAddress address)
Creates an AAAA Record from the given data |
Methods inherited from class org.xbill.DNS.Record |
byteArrayFromString, byteArrayToString, compareTo, equals, fromString, fromString, fromWire, getAdditionalName, getDClass, getName, getRRsetType, getTTL, getType, hashCode, newRecord, newRecord, newRecord, newRecord, rdataToString, rdataToWireCanonical, sameRRset, toString, toWire, toWireCanonical, unknownToString, withName |
AAAARecord
public AAAARecord(Name name,
int dclass,
long ttl,
InetAddress address)
- Creates an AAAA Record from the given data
- Parameters:
address
- The address suffix
getAddress
public InetAddress getAddress()
- Returns the address