Class ClassLoaderFileURLStreamHandler
- java.lang.Object
- java.net.URLStreamHandler
- org.springframework.boot.devtools.restart.classloader.ClassLoaderFileURLStreamHandler
public class ClassLoaderFileURLStreamHandler extends URLStreamHandler
URLStreamHandlerfor the contents of aClassLoaderFile.- Since:
- 1.5.0
Constructor Summary
Constructors Constructor Description ClassLoaderFileURLStreamHandler(ClassLoaderFile file)
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected URLConnectionopenConnection(URL url)Methods inherited from class java.net.URLStreamHandler
equals, getDefaultPort, getHostAddress, hashCode, hostsEqual, openConnection, parseURL, sameFile, setURL, setURL, toExternalForm
Constructor Detail
ClassLoaderFileURLStreamHandler
public ClassLoaderFileURLStreamHandler(ClassLoaderFile file)
Method Detail
openConnection
protected URLConnection openConnection(URL url) throws IOException
- Specified by:
openConnectionin classURLStreamHandler- Throws:
IOException