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

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DHttpUrl.java39 * HttpUrl url = new HttpUrl.Builder()
56 * HttpUrl url = HttpUrl.parse("https://twitter.com/search?q=cute%20%23puppies&f=images");
72 * HttpUrl base = HttpUrl.parse("https://www.youtube.com/user/WatchTheDaily/videos");
73 * HttpUrl link = base.resolve("../../watch?v=cbP2N1BQdYc");
147 * HttpUrl url = HttpUrl.parse("http://who-let-the-dogs.out").newBuilder()
216 * System.out.println(HttpUrl
255 public final class HttpUrl { class
308 private HttpUrl(Builder builder) { method in class:HttpUrl
[all...]

Completed in 129 milliseconds