org.xbill.DNS
Class X25Record
java.lang.Object
org.xbill.DNS.Record
org.xbill.DNS.X25Record
- All Implemented Interfaces:
- Cloneable, Comparable
public class X25Record
- extends Record
X25 - identifies the PSDN (Public Switched Data Network) address in the
X.121 numbering plan associated with a name.
- Author:
- Brian Wellington
Constructor Summary |
X25Record(Name name,
int dclass,
long ttl,
String address)
Creates an X25 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 |
X25Record
public X25Record(Name name,
int dclass,
long ttl,
String address)
- Creates an X25 Record from the given data
- Parameters:
address
- The X.25 PSDN address.
- Throws:
IllegalArgumentException
- The address is not a valid PSDN address.
getAddress
public String getAddress()
- Returns the X.25 PSDN address.