Home
last modified time | relevance | path

Searched defs:URL (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/main/java/java/net/
DURL.java77 public final class URL implements Serializable { class
126 public URL(String spec) throws MalformedURLException { in URL() method in URL
138 public URL(URL context, String spec) throws MalformedURLException { in URL() method in URL
152 public URL(URL context, String spec, URLStreamHandler handler) throws MalformedURLException { in URL() method in URL
203 public URL(String protocol, String host, String file) throws MalformedURLException { in URL() method in URL
217 public URL(String protocol, String host, int port, String file) throws MalformedURLException { in URL() method in URL
233 public URL(String protocol, String host, int port, String file, in URL() method in URL
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
DURLEncoderTest.java34 final String URL = "http://" + Support_Configuration.HomeAddress; in test_encodeLjava_lang_String() local