Searched defs:httpUrl (Results 1 – 7 of 7) sorted by relevance
201 HttpUrl httpUrl = HttpUrl.parse("http://foo@bar@baz/path"); in authorityWithMultipleAtSigns() local209 HttpUrl httpUrl = HttpUrl.parse("http://foo:pass1@bar:pass2@baz/path"); in authorityWithMultipleColons() local969 HttpUrl httpUrl = HttpUrl.parse("http://username:password@host/path?query#fragment"); in toJavaNetUrl() local975 HttpUrl httpUrl = HttpUrl.parse("http://username:password@host/path?query#fragment"); in toUri() local981 HttpUrl httpUrl = HttpUrl.parse("http://host/?d=abc!@[]^`{}|\\"); in toUriSpecialQueryCharacters() local987 HttpUrl httpUrl = new HttpUrl.Builder() in toUriWithUsernameNoPassword() local1112 HttpUrl httpUrl = HttpUrl.get(javaNetUrl); in fromJavaNetUrl() local1126 HttpUrl httpUrl = HttpUrl.get(uri); in fromUri() local1141 HttpUrl httpUrl = HttpUrl.getChecked("http://username:password@host/path?query#fragment"); in fromJavaNetUrl_checked() local
69 @Test public void httpUrl() throws Exception { in httpUrl() method in WebPlatformUrlTest
263 HttpUrl httpUrl = HttpUrl.parse(component.urlString(encoded)); in testToUrl() local272 HttpUrl httpUrl = HttpUrl.parse(component.urlString(encoded)); in testFromUrl() local283 HttpUrl httpUrl = HttpUrl.parse(component.urlString(encoded)); in testUri() local
134 HttpUrl httpUrl = server.url("/"); in buildRequestUsingHttpUrl() local
192 URL httpUrl = new URL("http://abc.com"); in test_openConnectionLjava_net_Proxy() local
47 public HttpUrl httpUrl() { in httpUrl() method in Request
347 HttpUrl httpUrl = Internal.instance.getHttpUrlChecked(url.toString()); in newHttpEngine() local