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

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DOkHttpClient.java46 * OkHttpClient for all of their HTTP requests - benefiting from a shared
49 * Instances of OkHttpClient are intended to be fully configured before they're
52 * {@link #clone()} to make a shallow copy of the OkHttpClient that can be
55 public final class OkHttpClient implements URLStreamHandlerFactory, Cloneable { class in inherits:URLStreamHandlerFactory,Cloneable
74 public OkHttpClient() { method in class:OkHttpClient
133 public OkHttpClient setProxy(Proxy proxy) {
151 public OkHttpClient setProxySelector(ProxySelector proxySelector) {
167 public OkHttpClient setCookieHandler(CookieHandler cookieHandler) {
179 public OkHttpClient setResponseCache(ResponseCache responseCache) {
189 public OkHttpClient setOkResponseCach
[all...]

Completed in 67 milliseconds