Example usage for Java com.squareup.okhttp Call fields, constructors, methods, implement or subclass
The text is from its open source code.
void | cancel() Cancels the request, if possible. |
void | enqueue(Callback responseCallback) Schedules the request to be executed at some point in the future. |
Response | execute() Invokes the request immediately, and blocks until the response can be processed or is in error. |
boolean | isCanceled() |