Java com.squareup.okhttp Call fields, constructors, methods, implement or subclass

Example usage for Java com.squareup.okhttp Call fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.squareup.okhttp Call.

The text is from its open source code.

Implementation

com.squareup.okhttp.Call has the following implementations.
Click this link to see all its implementation.

Method

voidcancel()
Cancels the request, if possible.
voidenqueue(Callback responseCallback)
Schedules the request to be executed at some point in the future.
Responseexecute()
Invokes the request immediately, and blocks until the response can be processed or is in error.
booleanisCanceled()