MCPcopy
hub / github.com/square/retrofit / enqueue

Method enqueue

retrofit/src/main/java/retrofit2/Call.java:49–49  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

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

Callers 15

anInterfaceMethod · 0.65
anImplementationMethod · 0.65
annotationsMethod · 0.65
asLenientMethod · 0.65
withNullsMethod · 0.65
failOnUnknownMethod · 0.65
utf8BomSkippedMethod · 0.65
serializeIsStreamedMethod · 0.65
optionalMethod · 0.65
onlyMatchesOptionalMethod · 0.65

Implementers 6

ExecutorCallbackCallretrofit/src/main/java/retrofit2/Defau
OkHttpCallretrofit/src/main/java/retrofit2/OkHtt
EmptyCallretrofit/java-test/src/test/java/retro
FakeCallretrofit-mock/src/main/java/retrofit2/
DeferredCallretrofit-mock/src/main/java/retrofit2/
BehaviorCallretrofit-mock/src/main/java/retrofit2/

Calls

no outgoing calls

Tested by 15

anInterfaceMethod · 0.52
anImplementationMethod · 0.52
annotationsMethod · 0.52
asLenientMethod · 0.52
withNullsMethod · 0.52
failOnUnknownMethod · 0.52
utf8BomSkippedMethod · 0.52
serializeIsStreamedMethod · 0.52
optionalMethod · 0.52
onlyMatchesOptionalMethod · 0.52