public class AppEngineFactory
extends java.lang.Object
implements okhttp3.Call
| Modifier and Type | Class and Description |
|---|---|
static class |
AppEngineFactory.Factory |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel() |
@NotNull okhttp3.Call |
clone() |
void |
enqueue(okhttp3.Callback responseCallback) |
@NotNull okhttp3.Response |
execute() |
boolean |
isCanceled() |
boolean |
isExecuted() |
@NotNull okhttp3.Request |
request() |
@NotNull okio.Timeout |
timeout() |
@NotNull public @NotNull okhttp3.Request request()
request in interface okhttp3.Call@NotNull
public @NotNull okhttp3.Response execute()
throws java.io.IOException
execute in interface okhttp3.Calljava.io.IOExceptionpublic void enqueue(okhttp3.Callback responseCallback)
enqueue in interface okhttp3.Callpublic void cancel()
cancel in interface okhttp3.Callpublic boolean isExecuted()
isExecuted in interface okhttp3.Callpublic boolean isCanceled()
isCanceled in interface okhttp3.Call@NotNull public @NotNull okio.Timeout timeout()
timeout in interface okhttp3.Call@NotNull public @NotNull okhttp3.Call clone()
clone in interface okhttp3.Callclone in class java.lang.Object