| Package | Description |
|---|---|
| org.minidns.dnslabel | DNS label parsing and validation utilities. |
| Modifier and Type | Class and Description |
|---|---|
class | ALabelRepresents an ASCII label in DNS. |
class | FakeALabelRepresents 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 | NonReservedLdhLabelA Non-Reserved LDH label (NR-LDH label), which do not have "--" in the third and fourth position. |
class | ReservedLdhLabelA reserved LDH label (R-LDH label), which have the property that they contain "--" in the third and fourth characters. |
class | XnLabelA label that begins with "xn--" and follows the LDH rule. |
| Modifier and Type | Method and Description |
|---|---|
protected static LdhLabel | LdhLabel.fromInternal(String label)Creates an LdhLabel from internal representation |
protected static LdhLabel | XnLabel.fromInternal(String label)Create an LdhLabel from an internal (ACE) representation. |