| Package | Description |
|---|---|
| okhttp3 |
An HTTP+HTTP/2 client for Android and Java applications.
|
| okhttp3.internal.huc |
| Modifier and Type | Field and Description |
|---|---|
private Callback |
RealCall.AsyncCall.responseCallback |
| Modifier and Type | Method and Description |
|---|---|
void |
Call.enqueue(Callback responseCallback)
Schedules the request to be executed at some point in the future.
|
void |
RealCall.enqueue(Callback responseCallback) |
| Constructor and Description |
|---|
AsyncCall(Callback responseCallback) |
| Modifier and Type | Class and Description |
|---|---|
class |
OkHttpURLConnection
This implementation uses Call to send requests and receive responses.
|