org.xbill.DNS
Class ARecord
java.lang.Object
org.xbill.DNS.Record
org.xbill.DNS.ARecord
- All Implemented Interfaces:
- Cloneable, Comparable
public class ARecord
- extends Record
Address Record - maps a domain name to an Internet address
- Author:
- Brian Wellington
Constructor Summary |
ARecord(Name name,
int dclass,
long ttl,
InetAddress address)
Creates an A 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 |
ARecord
public ARecord(Name name,
int dclass,
long ttl,
InetAddress address)
- Creates an A Record from the given data
- Parameters:
address
- The address that the name refers to
getAddress
public InetAddress getAddress()
- Returns the Internet address