public class Handler extends URLStreamHandler
URLStreamHandler
for Spring Boot loader JarFile
s.JarFile.registerUrlProtocolHandler()
Modifier and Type | Method and Description |
---|---|
JarFile |
getRootJarFileFromUrl(URL url) |
protected URLConnection |
openConnection(URL url) |
static void |
setUseFastConnectionExceptions(boolean useFastConnectionExceptions)
Set if a generic static exception can be thrown when a URL cannot be connected.
|
equals, getDefaultPort, getHostAddress, hashCode, hostsEqual, openConnection, parseURL, sameFile, setURL, setURL, toExternalForm
public Handler()
public Handler(JarFile jarFile)
protected URLConnection openConnection(URL url) throws IOException
openConnection
in class URLStreamHandler
IOException
public JarFile getRootJarFileFromUrl(URL url) throws IOException
IOException
public static void setUseFastConnectionExceptions(boolean useFastConnectionExceptions)
useFastConnectionExceptions
- if fast connection exceptions can be used.Copyright © 2016 Pivotal Software, Inc.. All rights reserved.