Home
last modified time | relevance | path

Searched refs:ClassPathURLConnection (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/main/java/libcore/io/
DClassPathURLStreamHandler.java83 return new ClassPathURLConnection(url); in openConnection()
91 private class ClassPathURLConnection extends JarURLConnection { class in ClassPathURLStreamHandler
121 public ClassPathURLConnection(URL url) throws MalformedURLException { in ClassPathURLConnection() method in ClassPathURLStreamHandler.ClassPathURLConnection