类 Handler
java.lang.Object
java.net.URLStreamHandler
org.springframework.boot.loader.net.protocol.nested.Handler
- 从以下版本开始:
- 3.2.0
- 作者:
- Phillip Webb
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static void
Assert that the specified URL is a valid "nested" URL.static void
Clear any internal caches.protected URLConnection
openConnection
(URL url) 从类继承的方法 java.net.URLStreamHandler
equals, getDefaultPort, getHostAddress, hashCode, hostsEqual, openConnection, parseURL, sameFile, setURL, setURL, toExternalForm
-
构造器详细资料
-
Handler
public Handler()
-
-
方法详细资料
-
openConnection
- 指定者:
openConnection
在类中URLStreamHandler
- 抛出:
IOException
-
assertUrlIsNotMalformed
Assert that the specified URL is a valid "nested" URL.- 参数:
url
- the URL to check
-
clearCache
public static void clearCache()Clear any internal caches.
-