Package io.hawt.config
Interface URLHandler
-
public interface URLHandlerA facade above the URLStreamHandler interface, so we can use URL handlers with different kinds of class loaders and registration rather than relying on the global classpath like the java.net.URL class
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.io.InputStreamopenStream(java.lang.String url)Returns the stream to the given URL
-