Package Summary  Overview Summary

class:InetAddressResolverProvider.Configuration [NONE]

Enclosing class:
InetAddressResolverProvider

public static sealed interface InetAddressResolverProvider.Configuration
A Configuration object is supplied to the InetAddressResolverProvider.get(Configuration) method when setting the system-wide resolver. A resolver implementation can then delegate to the built-in resolver provided by this interface if it needs to.
Since:
18

method:builtinResolver() [NONE]

  • builtinResolver

    InetAddressResolver builtinResolver()
    Returns the built-in resolver.
    Returns:
    the JDK built-in resolver.
  • method:lookupLocalHostName() [NONE]

    lookupLocalHostName

    String lookupLocalHostName()
    Reads the localhost name from the system configuration.
    Returns:
    the localhost name.

    © 2023 Oracle Corporation and/or its affiliates