Top Description Interfaces Classes
module java.base

Package java.net.spi


Service-provider classes for the java.net package.

Only developers who are defining new URL stream handler providers or implementing a custom resolver provider should need to make direct use of this package.

Since
9

Interface Summary

Modifier and TypeInterface and Description
public interface
InetAddressResolver

This interface defines operations for looking up host names and IP addresses.

Class Summary

Modifier and TypeClass and Description
public abstract class
public abstract class
URLStreamHandlerProvider

URL stream handler service-provider class.