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.java89 return new ClassPathURLConnection(url); in openConnection()
97 private class ClassPathURLConnection extends JarURLConnection { class in ClassPathURLStreamHandler
127 public ClassPathURLConnection(URL url) throws MalformedURLException { in ClassPathURLConnection() method in ClassPathURLStreamHandler.ClassPathURLConnection