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 HostNameParametersHostName. DEFAULT_VALIDATION_OPTIONSMethods in inet.ipaddr that return HostNameParameters Modifier and Type Method Description HostNameParametersHostNameParameters. clone()HostNameParametersHostName. getValidationOptions()Supplies the validation options used to validate this host name, whether the default or the one supplied withHostName(String, HostNameParameters)HostNameParametersHostNameParameters.Builder. toParams()Methods in inet.ipaddr with parameters of type HostNameParameters Modifier and Type Method Description intHostNameParameters. 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)
-