Searched defs:httpUrl (Results 1 – 8 of 8) sorted by relevance
170 HttpUrl httpUrl = HttpUrl.parse("http://example.com/foo/.."); in parse_pathVariations() local175 HttpUrl httpUrl = HttpUrl.parse("http://example.com/.."); in parse_pathVariations() local181 HttpUrl httpUrl = HttpUrl.parse(url); in parseThenAssertToStringEquals() local298 HttpUrl httpUrl = HttpUrl.parse("http://foo@bar@baz/path"); in authorityWithMultipleAtSigns() local306 HttpUrl httpUrl = HttpUrl.parse("http://foo:pass1@bar:pass2@baz/path"); in authorityWithMultipleColons() local1056 HttpUrl httpUrl = HttpUrl.parse("http://username:password@host/path?query#fragment"); in toJavaNetUrl() local1062 HttpUrl httpUrl = HttpUrl.parse("http://username:password@host/path?query#fragment"); in toUri() local1068 HttpUrl httpUrl = HttpUrl.parse("http://host/?d=abc!@[]^`{}|\\"); in toUriSpecialQueryCharacters() local1074 HttpUrl httpUrl = new HttpUrl.Builder() in toUriWithUsernameNoPassword() local1199 HttpUrl httpUrl = HttpUrl.get(javaNetUrl); in fromJavaNetUrl() local[all …]
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 private String httpUrl; field in BuildProperties
47 public HttpUrl httpUrl() { in httpUrl() method in Request
345 HttpUrl httpUrl = Internal.instance.getHttpUrlChecked(url.toString()); in newHttpEngine() local