Searched defs:httpUrl (Results 1 - 4 of 4) sorted by relevance

/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
H A DWebPlatformUrlTest.java69 @Test public void httpUrl() throws Exception { method in class:WebPlatformUrlTest
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
H A DBuildProperties.java47 private String httpUrl; field in class:BuildProperties
79 httpUrl = buildProperties.get("httpUrl").toString();
82 "Value for httpUrl not found in monitor.properties");
293 * Returns the httpUrl.
297 return httpUrl;
301 * Sets the httpUrl.
302 * @param httpUrl The httpUrl to set
305 this.httpUrl
[all...]
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DRequest.java47 public HttpUrl httpUrl() { method in class:Request
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
H A DbuildTools.jarMETA-INF/MANIFEST.MF org/eclipse/releng/Mailer.class Mailer.java package org.eclipse ...

Completed in 369 milliseconds