Uses of Class
inet.ipaddr.HostName
Packages that use HostName
Package
Description
Base classes for IP addresses and generic addresses.
Validation of address strings and creation of address representations from the validated strings.
-
Uses of HostName in inet.ipaddr
Methods in inet.ipaddr that return HostNameModifier and TypeMethodDescriptionIPAddressNetwork.HostNameGenerator.get
(byte[] bytes) IPAddressNetwork.HostNameGenerator.get
(Address.AddressValueProvider addressProvider) IPAddressNetwork.HostNameGenerator.get
(Address.SegmentValueProvider lowerValueProvider, Address.SegmentValueProvider upperValueProvider, Integer prefixLength, CharSequence zone) IPAddressNetwork.HostNameGenerator.get
(IPAddress.IPVersion version, Address.SegmentValueProvider lowerValueProvider, Address.SegmentValueProvider upperValueProvider, Integer prefixLength) IPAddress.toCanonicalHostName()
Does a reverse name lookup to get the canonical host name.IPAddress.toHostName()
If this address was resolved from a host, returns that host.Methods in inet.ipaddr with parameters of type HostNameModifier and TypeMethodDescriptionint
boolean
Returns whether the given host matches this one.Constructor parameters in inet.ipaddr with type arguments of type HostNameModifierConstructorDescriptionHostNameGenerator
(Map<String, HostName> backingMap) HostNameGenerator
(Map<String, HostName> backingMap, HostNameParameters options, boolean reverseLookup) -
Uses of HostName in inet.ipaddr.format.validate
Methods in inet.ipaddr.format.validate with parameters of type HostNameModifier and TypeMethodDescriptionHostIdentifierStringValidator.validateHost
(HostName fromHost) Validator.validateHost
(HostName fromHost)