java.lang.Object
java.net.URLStreamHandler
org.springframework.boot.loader.net.protocol.nested.Handler

public class Handler extends URLStreamHandler
URLStreamHandler to support nested: URLs. See NestedLocation for details of the URL format.
从以下版本开始:
3.2.0
作者:
Phillip Webb
  • 构造器详细资料

    • Handler

      public Handler()
  • 方法详细资料

    • openConnection

      protected URLConnection openConnection(URL url) throws IOException
      指定者:
      openConnection 在类中 URLStreamHandler
      抛出:
      IOException
    • assertUrlIsNotMalformed

      public static void assertUrlIsNotMalformed(String url)
      Assert that the specified URL is a valid "nested" URL.
      参数:
      url - the URL to check
    • clearCache

      public static void clearCache()
      Clear any internal caches.