| Package | Description |
|---|---|
| org.minidns.dnslabel |
DNS label parsing and validation utilities.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ALabel
Represents an ASCII label in DNS.
|
class |
FakeALabel
Represents a fake A-label in DNS labels.
A fake A-label is a special type of XN-label used for handling certain edge cases in internationalized domain names. |
class |
NonReservedLdhLabel
A Non-Reserved LDH label (NR-LDH label), which do not have "--" in the third and fourth position.
|
class |
ReservedLdhLabel
A reserved LDH label (R-LDH label), which have the property that they contain "--" in the third and fourth characters.
|
class |
XnLabel
A label that begins with "xn--" and follows the LDH rule.
|
| Modifier and Type | Method and Description |
|---|---|
protected static LdhLabel |
LdhLabel.fromInternal(String label) |
protected static LdhLabel |
XnLabel.fromInternal(String label) |