public class HttpRequestQueue
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
void |
addToRequestQueue(okhttp3.Request req,
okhttp3.Callback callback) |
okhttp3.OkHttpClient |
getClient() |
static HttpRequestQueue |
getInstance() |
void |
setClient(okhttp3.OkHttpClient client) |
public static HttpRequestQueue getInstance()
public okhttp3.OkHttpClient getClient()
public void setClient(okhttp3.OkHttpClient client)
public void addToRequestQueue(okhttp3.Request req,
okhttp3.Callback callback)