类 Handler
java.lang.Object
java.net.URLStreamHandler
org.springframework.boot.loader.net.protocol.jar.Handler
URLStreamHandler
alternative to sun.net.www.protocol.jar.Handler
with
optimized support for nested jars.- 从以下版本开始:
- 3.2.0
- 作者:
- Phillip Webb
- 另请参阅:
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static void
Clear any internal caches.protected int
protected URLConnection
openConnection
(URL url) protected void
protected boolean
从类继承的方法 java.net.URLStreamHandler
equals, getDefaultPort, getHostAddress, hostsEqual, openConnection, setURL, setURL, toExternalForm
-
构造器详细资料
-
Handler
public Handler()
-
-
方法详细资料
-
openConnection
- 指定者:
openConnection
在类中URLStreamHandler
- 抛出:
IOException
-
parseURL
- 覆盖:
parseURL
在类中URLStreamHandler
-
hashCode
- 覆盖:
hashCode
在类中URLStreamHandler
-
sameFile
- 覆盖:
sameFile
在类中URLStreamHandler
-
clearCache
public static void clearCache()Clear any internal caches.
-