< prev index next >

src/java.base/share/classes/java/net/spi/URLStreamHandlerProvider.java

Print this page

        

*** 28,38 **** import java.net.URLStreamHandlerFactory; /** * URL stream handler service-provider class. * ! *<p> A URL stream handler provider is a concrete subclass of this class that * has a zero-argument constructor. URL stream handler providers may be * installed in an instance of the Java platform by adding them to the * application class path. * * <p> A URL stream handler provider identifies itself with a --- 28,38 ---- import java.net.URLStreamHandlerFactory; /** * URL stream handler service-provider class. * ! * <p> A URL stream handler provider is a concrete subclass of this class that * has a zero-argument constructor. URL stream handler providers may be * installed in an instance of the Java platform by adding them to the * application class path. * * <p> A URL stream handler provider identifies itself with a
< prev index next >