Uses of Class
org.xbill.DNS.NameTooLongException
Packages that use NameTooLongException
-
Uses of NameTooLongException in org.xbill.DNS
Methods in org.xbill.DNS that throw NameTooLongExceptionModifier and TypeMethodDescriptionprivate voidName.append(byte[] array, int arrayOffset, int numLabels) private voidName.append(char[] label, int len) static NameName.concatenate(Name prefix, Name suffix) Creates a new name by concatenating two existing names.Name.fromDNAME(DNAMERecord dname) Generates a new Name to be used when following a DNAME.private intName.prepareAppend(int len) -
Uses of NameTooLongException in org.xbill.DNS.dnssec
Methods in org.xbill.DNS.dnssec that throw NameTooLongExceptionModifier and TypeMethodDescriptionstatic NameValUtils.nsecWildcard(Name domain, SRRset set, NSECRecord nsec) Gets the closest encloser ofdomainprepended with a wildcard label.