Searched defs:JarURLConnection (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/java/net/
H A DJarURLConnection.java62 * JarURLConnection when they know that the URL they created is a JAR
67 * JarURLConnection jarConnection = (JarURLConnection)url.openConnection();
71 * <p>JarURLConnection instances can only be used to read from JAR files.
141 public abstract class JarURLConnection extends URLConnection { class in inherits:URLConnection
153 * Creates the new JarURLConnection to the specified URL.
160 protected JarURLConnection(URL url) throws MalformedURLException { method in class:JarURLConnection
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/jar/
H A DJarURLConnection.java48 public class JarURLConnection extends java.net.JarURLConnection { class in inherits:java.net.JarURLConnection
79 public JarURLConnection(URL url, Handler handler) method in class:JarURLConnection

Completed in 48 milliseconds