Home
last modified time | relevance | path

Searched defs:httpUrl (Results 1 – 7 of 7) sorted by relevance

/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DHttpUrlTest.java201 HttpUrl httpUrl = HttpUrl.parse("http://foo@bar@baz/path"); in authorityWithMultipleAtSigns() local
209 HttpUrl httpUrl = HttpUrl.parse("http://foo:pass1@bar:pass2@baz/path"); in authorityWithMultipleColons() local
969 HttpUrl httpUrl = HttpUrl.parse("http://username:password@host/path?query#fragment"); in toJavaNetUrl() local
975 HttpUrl httpUrl = HttpUrl.parse("http://username:password@host/path?query#fragment"); in toUri() local
981 HttpUrl httpUrl = HttpUrl.parse("http://host/?d=abc!@[]^`{}|\\"); in toUriSpecialQueryCharacters() local
987 HttpUrl httpUrl = new HttpUrl.Builder() in toUriWithUsernameNoPassword() local
1112 HttpUrl httpUrl = HttpUrl.get(javaNetUrl); in fromJavaNetUrl() local
1126 HttpUrl httpUrl = HttpUrl.get(uri); in fromUri() local
1141 HttpUrl httpUrl = HttpUrl.getChecked("http://username:password@host/path?query#fragment"); in fromJavaNetUrl_checked() local
DWebPlatformUrlTest.java69 @Test public void httpUrl() throws Exception { in httpUrl() method in WebPlatformUrlTest
DUrlComponentEncodingTester.java263 HttpUrl httpUrl = HttpUrl.parse(component.urlString(encoded)); in testToUrl() local
272 HttpUrl httpUrl = HttpUrl.parse(component.urlString(encoded)); in testFromUrl() local
283 HttpUrl httpUrl = HttpUrl.parse(component.urlString(encoded)); in testUri() local
DCallTest.java134 HttpUrl httpUrl = server.url("/"); in buildRequestUsingHttpUrl() local
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
DExcludedProxyTest.java192 URL httpUrl = new URL("http://abc.com"); in test_openConnectionLjava_net_Proxy() local
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
DRequest.java47 public HttpUrl httpUrl() { in httpUrl() method in Request
/external/okhttp/okhttp-urlconnection/src/main/java/com/squareup/okhttp/internal/huc/
DHttpURLConnectionImpl.java347 HttpUrl httpUrl = Internal.instance.getHttpUrlChecked(url.toString()); in newHttpEngine() local