Uses of Class
inet.ipaddr.HostNameParameters
-
Packages that use HostNameParameters Package Description inet.ipaddr Base classes for IP addresses and generic addresses. -
-
Uses of HostNameParameters in inet.ipaddr
Fields in inet.ipaddr declared as HostNameParameters Modifier and Type Field Description static HostNameParameters
HostName. DEFAULT_VALIDATION_OPTIONS
Methods in inet.ipaddr that return HostNameParameters Modifier and Type Method Description HostNameParameters
HostNameParameters. clone()
HostNameParameters
HostName. getValidationOptions()
Supplies the validation options used to validate this host name, whether the default or the one supplied withHostName(String, HostNameParameters)
HostNameParameters
HostNameParameters.Builder. toParams()
Methods in inet.ipaddr with parameters of type HostNameParameters Modifier and Type Method Description int
HostNameParameters. compareTo(HostNameParameters o)
Constructors in inet.ipaddr with parameters of type HostNameParameters Constructor Description HostName(java.lang.String host, HostNameParameters options)
Similar toHostName(String)
, but allows you to control which elements are allowed and which are not, using the given options.HostNameGenerator(HostNameParameters options)
HostNameGenerator(java.util.Map<java.lang.String,HostName> backingMap, HostNameParameters options, boolean reverseLookup)
-