Save This Page
Home » openjdk-7 » sun.net.www.protocol » jar » [javadoc | source]
sun.net.www.protocol.jar
class: JarFileFactory [javadoc | source]
java.lang.Object
   sun.net.www.protocol.jar.JarFileFactory

All Implemented Interfaces:
    URLJarFileCloseController

Method from sun.net.www.protocol.jar.JarFileFactory Summary:
close,   get,   get,   getConnection
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from sun.net.www.protocol.jar.JarFileFactory Detail:
 public  void close(JarFile jarFile) 
    Callback method of the URLJarFileCloseController to indicate that the JarFile is close. This way we can remove the JarFile from the cache
 public JarFile get(URL url) throws IOException 
 JarFile get(URL url,
    boolean useCaches) throws IOException 
 URLConnection getConnection(JarFile jarFile) throws IOException