public abstract class OkHttpEngine extends java.lang.Object implements HttpEngine
| Constructor and Description |
|---|
OkHttpEngine() |
| Modifier and Type | Method and Description |
|---|---|
static OkHttpEngine |
create() |
static OkHttpEngine |
create(okhttp3.OkHttpClient client) |
protected abstract okhttp3.OkHttpClient |
getClient() |
EngineRequest |
newRequest()
Creates a new
EngineRequest builder. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnewDownloadActionpublic static OkHttpEngine create()
public static OkHttpEngine create(okhttp3.OkHttpClient client)
protected abstract okhttp3.OkHttpClient getClient()
public EngineRequest newRequest()
HttpEngineEngineRequest builder.newRequest in interface HttpEngineEngineRequest builder.