org.jwall.rbl.dns
Class AAAARecord

java.lang.Object
  extended by org.jwall.rbl.dns.ResourceRecord
      extended by org.jwall.rbl.dns.AAAARecord

public class AAAARecord
extends ResourceRecord

This class represents an AAAA record, which binds a name to an IPv6 address.

Author:
Christian Bockermann <chris@jwall.org>

Field Summary
 
Fields inherited from class org.jwall.rbl.dns.ResourceRecord
RCLASS_IN, TYPE_A, TYPE_CNAME, TYPE_MX, TYPE_NS, TYPE_PTR, TYPE_SOA, TYPE_TXT
 
Constructor Summary
AAAARecord(String value, Inet6Address addr)
           
 
Method Summary
 
Methods inherited from class org.jwall.rbl.dns.ResourceRecord
length, toByteArray
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AAAARecord

public AAAARecord(String value,
                  Inet6Address addr)


Copyright © 2014. All Rights Reserved.