| Package | Description |
|---|---|
| inet.ipaddr |
Base classes for IP addresses and generic addresses.
|
| Modifier and Type | Field and Description |
|---|---|
static HostNameParameters |
HostName.DEFAULT_VALIDATION_OPTIONS |
| Modifier and Type | Method and Description |
|---|---|
HostNameParameters |
HostNameParameters.clone() |
HostNameParameters |
HostName.getValidationOptions()
Supplies the validation options used to validate this host name, whether the default or the one supplied with
HostName.HostName(String, HostNameParameters) |
HostNameParameters |
HostNameParameters.Builder.toParams() |
| Modifier and Type | Method and Description |
|---|---|
int |
HostNameParameters.compareTo(HostNameParameters o) |
| Constructor and Description |
|---|
HostName(String host,
HostNameParameters options)
Similar to
HostName.HostName(String), but allows you to control which elements are allowed and which are not,
using the given options. |
HostNameGenerator(HostNameParameters options) |
HostNameGenerator(Map<String,HostName> backingMap,
HostNameParameters options,
boolean reverseLookup) |