Uses of Class
java.net.spi.InetAddressResolver.LookupPolicy
Packages that use InetAddressResolver.LookupPolicy
-
Uses of InetAddressResolver.LookupPolicy in java.net.spi
Methods in java.net.spi that return InetAddressResolver.LookupPolicyModifier and TypeMethodDescriptionInetAddressResolver.LookupPolicy.of
(int characteristics) This factory method creates aLookupPolicy
instance with the givencharacteristics
value.Methods in java.net.spi with parameters of type InetAddressResolver.LookupPolicyModifier and TypeMethodDescriptionInetAddressResolver.lookupByName
(String host, InetAddressResolver.LookupPolicy lookupPolicy) Given the name of a host, returns a stream of IP addresses of the requested address family associated with a provided hostname.