|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.xbill.DNS.Record
org.xbill.DNS.X25Record
public class X25Record
X25 - identifies the PSDN (Public Switched Data Network) address in the X.121 numbering plan associated with a name.
Field Summary |
---|
Fields inherited from class org.xbill.DNS.Record |
---|
dclass, name, ttl, type |
Constructor Summary | |
---|---|
X25Record(Name name,
int dclass,
long ttl,
java.lang.String address)
Creates an X25 Record from the given data |
Method Summary | |
---|---|
java.lang.String |
getAddress()
Returns the X.25 PSDN address. |
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 |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public X25Record(Name name, int dclass, long ttl, java.lang.String address)
address
- The X.25 PSDN address.
java.lang.IllegalArgumentException
- The address is not a valid PSDN address.Method Detail |
---|
public java.lang.String getAddress()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |