Class ResourceEnumeration.NestedJarHandler

  • Enclosing class:
    ResourceEnumeration

    static final class ResourceEnumeration.NestedJarHandler
    extends java.net.URLStreamHandler
    Custom URLStreamHandler that can stream JARs nested inside an arbitrary resource.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.net.URLConnection openConnection​(java.net.URL url)  
      • Methods inherited from class java.net.URLStreamHandler

        equals, getDefaultPort, getHostAddress, hashCode, hostsEqual, openConnection, parseURL, sameFile, setURL, setURL, toExternalForm
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NestedJarHandler

        NestedJarHandler()
    • Method Detail

      • openConnection

        protected java.net.URLConnection openConnection​(java.net.URL url)
        Specified by:
        openConnection in class java.net.URLStreamHandler