Uses of Class
inet.ipaddr.HostNameParameters
Packages that use HostNameParameters
-
Uses of HostNameParameters in inet.ipaddr
Fields in inet.ipaddr declared as HostNameParametersModifier and TypeFieldDescriptionstatic final HostNameParametersHostName.DEFAULT_VALIDATION_OPTIONSMethods in inet.ipaddr that return HostNameParametersModifier and TypeMethodDescriptionHostNameParameters.clone()HostName.getValidationOptions()Supplies the validation options used to validate this host name, whether the default or the one supplied withHostName(String, HostNameParameters)HostNameParameters.Builder.toParams()Methods in inet.ipaddr with parameters of type HostNameParametersConstructors in inet.ipaddr with parameters of type HostNameParametersModifierConstructorDescriptionHostName(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(Map<String, HostName> backingMap, HostNameParameters options, boolean reverseLookup)