public final class RealCall.AsyncCall extends NamedRunnable
name| Modifier and Type | Method and Description |
|---|---|
protected void |
execute() |
void |
executeOn(ExecutorService executorService)
Attempt to enqueue this async call on
executorService. |
RealCall |
get() |
String |
host() |
Request |
request() |
runpublic String host()
public Request request()
public RealCall get()
public void executeOn(ExecutorService executorService)
executorService. This will attempt to clean up
if the executor has been shut down by reporting the call as failed.executorService - the executorprotected void execute()
execute in class NamedRunnableCopyright © 2019. All rights reserved.