Uses of Class
inet.ipaddr.HostName
-
Packages that use HostName Package Description inet.ipaddr Base classes for IP addresses and generic addresses.inet.ipaddr.format.validate 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 HostName Modifier and Type Method Description HostName
IPAddressNetwork.HostNameGenerator. get(byte[] bytes)
HostName
IPAddressNetwork.HostNameGenerator. get(Address.AddressValueProvider addressProvider)
HostName
IPAddressNetwork.HostNameGenerator. get(Address.SegmentValueProvider lowerValueProvider, Address.SegmentValueProvider upperValueProvider, java.lang.Integer prefixLength, java.lang.CharSequence zone)
HostName
IPAddressNetwork.HostNameGenerator. get(IPAddress.IPVersion version, Address.SegmentValueProvider lowerValueProvider, Address.SegmentValueProvider upperValueProvider, java.lang.Integer prefixLength)
HostName
IPAddress. toCanonicalHostName()
Does a reverse name lookup to get the canonical host name.HostName
IPAddress. toHostName()
If this address was resolved from a host, returns that host.Methods in inet.ipaddr with parameters of type HostName Modifier and Type Method Description int
HostName. compareTo(HostName other)
boolean
HostName. matches(HostName host)
Returns whether the given host matches this one.Constructor parameters in inet.ipaddr with type arguments of type HostName Constructor Description HostNameGenerator(java.util.Map<java.lang.String,HostName> backingMap)
HostNameGenerator(java.util.Map<java.lang.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 HostName Modifier and Type Method Description ParsedHost
HostIdentifierStringValidator. validateHost(HostName fromHost)
ParsedHost
Validator. validateHost(HostName fromHost)
ParsedHost
Validator. validateHostName(HostName fromHost)
-