| Package | Description |
|---|---|
| okhttp3 | |
| okhttp3.internal |
| Modifier and Type | Method and Description |
|---|---|
Call |
OkHttpClient.newCall(Request
Prepares the
request to be executed at some point in the future.
|
Call |
Call.Factory.newCall(Request
|
| Modifier and Type | Method and Description |
|---|---|
List |
Dispatcher.queuedCalls()
Returns a snapshot of the calls currently awaiting execution.
|
List |
Dispatcher.runningCalls()
Returns a snapshot of the calls currently being executed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Callback.onFailure(Call
Called when the request could not be executed due to cancellation, a connectivity problem or timeout.
|
void |
Callback.onResponse(Call
Called when the HTTP response was successfully returned by the remote server.
|
| Modifier and Type | Method and Description |
|---|---|
abstract StreamAllocation |
Internal.callEngineGetStreamAllocation(Call
|
abstract void |
Internal.callEnqueue(Call
|