Searched refs:URLJarFileCloseController (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/net/www/protocol/jar/
H A DURLJarFile.java55 private URLJarFileCloseController closeController = null;
67 static JarFile getJarFile(URL url, URLJarFileCloseController closeController) throws IOException {
87 public URLJarFile(File file, URLJarFileCloseController closeController) throws IOException {
92 private URLJarFile(URL url, URLJarFileCloseController closeController) throws IOException {
197 private static JarFile retrieve(final URL url, final URLJarFileCloseController closeController) throws IOException {
283 public interface URLJarFileCloseController { interface in class:URLJarFile
/openjdk7/jdk/src/solaris/classes/sun/net/www/protocol/jar/
H A DJarFileFactory.java43 class JarFileFactory implements URLJarFile.URLJarFileCloseController {
108 * Callback method of the URLJarFileCloseController to
/openjdk7/jdk/src/windows/classes/sun/net/www/protocol/jar/
H A DJarFileFactory.java43 class JarFileFactory implements URLJarFile.URLJarFileCloseController {
118 * Callback method of the URLJarFileCloseController to

Completed in 32 milliseconds