| Package | Description |
|---|---|
| org.minidns.dnsname |
DNS name parsing, validation, and manipulation utilities.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
InvalidDnsNameException.DNSNameTooLongException
Exception thrown when a DNS name exceeds the maximum allowed length.
DNS names are limited to 255 octets according to DNS specifications. |
static class |
InvalidDnsNameException.LabelTooLongException
Exception thrown when a DNS label exceeds the maximum allowed length.
DNS labels are limited to 63 characters according to DNS specifications. |