Package com.pubnub.api.endpoints.vendor
Class AppEngineFactory
- java.lang.Object
-
- com.pubnub.api.endpoints.vendor.AppEngineFactory
-
- All Implemented Interfaces:
java.lang.Cloneable,okhttp3.Call
public class AppEngineFactory extends java.lang.Object implements okhttp3.Call
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAppEngineFactory.Factory
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcancel()@NotNull okhttp3.Callclone()voidenqueue(okhttp3.Callback responseCallback)@NotNull okhttp3.Responseexecute()booleanisCanceled()booleanisExecuted()@NotNull okhttp3.Requestrequest()@NotNull okio.Timeouttimeout()
-
-
-
Method Detail
-
request
@NotNull public @NotNull okhttp3.Request request()
- Specified by:
requestin interfaceokhttp3.Call
-
execute
@NotNull public @NotNull okhttp3.Response execute() throws java.io.IOException- Specified by:
executein interfaceokhttp3.Call- Throws:
java.io.IOException
-
enqueue
public void enqueue(okhttp3.Callback responseCallback)
- Specified by:
enqueuein interfaceokhttp3.Call
-
cancel
public void cancel()
- Specified by:
cancelin interfaceokhttp3.Call
-
isExecuted
public boolean isExecuted()
- Specified by:
isExecutedin interfaceokhttp3.Call
-
isCanceled
public boolean isCanceled()
- Specified by:
isCanceledin interfaceokhttp3.Call
-
timeout
@NotNull public @NotNull okio.Timeout timeout()
- Specified by:
timeoutin interfaceokhttp3.Call
-
clone
@NotNull public @NotNull okhttp3.Call clone()
- Specified by:
clonein interfaceokhttp3.Call- Overrides:
clonein classjava.lang.Object
-
-