|
||||||||||
| 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.A6Record
A6 Record - maps a domain name to an IPv6 address (experimental)
| Field Summary |
| Fields inherited from class org.xbill.DNS.Record |
dclass, name, ttl, type |
| Constructor Summary | |
A6Record(Name name,
int dclass,
long ttl,
int prefixBits,
Inet6Address suffix,
Name prefix)
Creates an A6 Record from the given data |
|
| Method Summary | |
Name |
getPrefix()
Returns the address prefix |
int |
getPrefixBits()
Returns the number of bits in the prefix |
Inet6Address |
getSuffix()
Returns the address suffix |
String |
rdataToString()
Converts rdata to a String |
| 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, rdataToWireCanonical, remainingStrings, toString, toWire, toWireCanonical, withName |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public A6Record(Name name,
int dclass,
long ttl,
int prefixBits,
Inet6Address suffix,
Name prefix)
prefixBits - The number of bits in the address prefixsuffix - The address suffixprefix - The name of the prefix| Method Detail |
public String rdataToString()
rdataToString in class Recordpublic int getPrefixBits()
public Inet6Address getSuffix()
public Name getPrefix()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||