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 class
AppEngineFactory.Factory
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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()
-
-
-
Method Detail
-
request
@NotNull public @NotNull okhttp3.Request request()
- Specified by:
request
in interfaceokhttp3.Call
-
execute
@NotNull public @NotNull okhttp3.Response execute() throws java.io.IOException
- Specified by:
execute
in interfaceokhttp3.Call
- Throws:
java.io.IOException
-
enqueue
public void enqueue(okhttp3.Callback responseCallback)
- Specified by:
enqueue
in interfaceokhttp3.Call
-
cancel
public void cancel()
- Specified by:
cancel
in interfaceokhttp3.Call
-
isExecuted
public boolean isExecuted()
- Specified by:
isExecuted
in interfaceokhttp3.Call
-
isCanceled
public boolean isCanceled()
- Specified by:
isCanceled
in interfaceokhttp3.Call
-
timeout
@NotNull public @NotNull okio.Timeout timeout()
- Specified by:
timeout
in interfaceokhttp3.Call
-
clone
@NotNull public @NotNull okhttp3.Call clone()
- Specified by:
clone
in interfaceokhttp3.Call
- Overrides:
clone
in classjava.lang.Object
-
-