Package | Description |
---|---|
okhttp3 |
An HTTP+HTTP/2 client for Android and Java applications.
|
okhttp3.internal.sse |
Private support classes for server-sent events.
|
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 |
RealEventSource |