Package | Description |
---|---|
okhttp3 |
An HTTP+HTTP/2 client for Android and Java applications.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Deque<RealCall> |
Dispatcher.runningSyncCalls
Running synchronous calls.
|
Modifier and Type | Method and Description |
---|---|
RealCall |
RealCall.clone() |
(package private) RealCall |
RealCall.AsyncCall.get() |
(package private) static RealCall |
RealCall.newRealCall(OkHttpClient client,
Request originalRequest,
boolean forWebSocket) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
Dispatcher.executed(RealCall call)
Used by
Call#execute to signal it is in-flight. |
(package private) void |
Dispatcher.finished(RealCall call)
Used by
Call#execute to signal completion. |