Class InetAddressResolutionNotes
java.lang.Object
net.jrodolfo.java_evolution.java18.InetAddressResolutionNotes
Explains the Internet-address resolution SPI introduced in Java 18.
Most applications can rely on the operating system for host-name resolution, but advanced environments sometimes need custom behavior for service discovery, controlled DNS, or testing infrastructure. Java 18 introduced a service-provider interface so this kind of resolver can be provided through a supported JDK extension point.
Because a resolver provider affects process-wide networking behavior, this repository keeps the topic as notes instead of installing a live provider during tests.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionNames the extension point.Explains why this feature is not demonstrated with a live provider.useCase()Explains the intended audience.
-
Constructor Details
-
InetAddressResolutionNotes
public InetAddressResolutionNotes()
-
-
Method Details
-
extensionPoint
-
useCase
-
projectDecision
Explains why this feature is not demonstrated with a live provider.- Returns:
- the project decision
-