public class Handler extends URLStreamHandler
URLStreamHandler for Spring Boot loader JarFiles.JarFile.registerUrlProtocolHandler()| 限定符和类型 | 方法和说明 |
|---|---|
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, toExternalFormpublic Handler()
public Handler(JarFile jarFile)
protected URLConnection openConnection(URL url) throws IOException
openConnection 在类中 URLStreamHandlerIOExceptionpublic JarFile getRootJarFileFromUrl(URL url) throws IOException
IOExceptionpublic static void setUseFastConnectionExceptions(boolean useFastConnectionExceptions)
useFastConnectionExceptions - if fast connection exceptions can be used.Copyright © 2023. All rights reserved.