RFR: 8244202: Implementation of JEP 418: Internet-Address Resolution SPI [v3]

Alan Bateman alanb at openjdk.java.net
Sun Oct 17 18:35:57 UTC 2021


On Sun, 17 Oct 2021 15:55:59 GMT, Aleksei Efimov <aefimov at openjdk.org> wrote:

> * `InetAddressResolverProvider.Configuration` interface API might evolve, e.g. there might be a need to pass additional configuration items.
> * local hostname is a dynamic information, therefore it cannot be passed as string parameter to `InetAddressResolverProvider::get`.

Right, I think we've ended up with a good model here that supports the common case, stacking, and can be extended in the future to add new configuration if required. Also if good use-cases come up when Configuration can be changed to be non-sealed.

-------------

PR: https://git.openjdk.java.net/jdk/pull/5822



More information about the security-dev mailing list