Asynchronously send the request and notify callback of its response or if an error occurred talking to the server, creating the request, or processing the response.
(Callback<T> callback)
| 47 | * occurred talking to the server, creating the request, or processing the response. |
| 48 | */ |
| 49 | void enqueue(Callback<T> callback); |
| 50 | |
| 51 | /** |
| 52 | * Returns true if this call has been either {@linkplain #execute() executed} or {@linkplain |
no outgoing calls