Uses of Class
org.xbill.DNS.NameTooLongException

Packages that use NameTooLongException
org.xbill.DNS   
 

Uses of NameTooLongException in org.xbill.DNS
 

Methods in org.xbill.DNS that throw NameTooLongException
static Name Name.concatenate(Name prefix, Name suffix)
          Creates a new name by concatenating two existing names.
 Name Name.fromDNAME(DNAMERecord dname)
          Generates a new Name to be used when following a DNAME.
 void NameTest.test_concatenate_basic()
           
 void NameTest.test_concatenate_abs_prefix()
           
 void NameTest.test_fromDNAME()
           
 void NameTest.test_fromDNAME_toobig()
           
 void NameTest.test_fromDNAME_disjoint()
           
 



Copyright © 2011. All Rights Reserved.