public class NestedJarURLStreamHandler extends URLStreamHandler
openConnection()
method should refer to
a file that is packaged in a JAR file, which in turn
is inside another JAR file. There is support for a single level of nesting.
NestedJarURLConnection
Constructor and Description |
---|
NestedJarURLStreamHandler() |
Modifier and Type | Method and Description |
---|---|
protected URLConnection |
openConnection(URL url) |
equals, getDefaultPort, getHostAddress, hashCode, hostsEqual, openConnection, parseURL, sameFile, setURL, setURL, toExternalForm
protected URLConnection openConnection(URL url) throws IOException
openConnection
in class URLStreamHandler
IOException
Copyright © 2003, 2023, Oracle and/or its affiliates.