Package | Description |
---|---|
okhttp3 |
An HTTP+HTTP/2 client for Android and Java applications.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Deque<RealCall.AsyncCall> |
Dispatcher.readyAsyncCalls
Ready async calls in the order they'll be run.
|
private java.util.Deque<RealCall.AsyncCall> |
Dispatcher.runningAsyncCalls
Running asynchronous calls.
|
Modifier and Type | Method and Description |
---|---|
private RealCall.AsyncCall |
Dispatcher.findExistingCallWithHost(java.lang.String host) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
Dispatcher.enqueue(RealCall.AsyncCall call) |
(package private) void |
Dispatcher.finished(RealCall.AsyncCall call)
Used by
AsyncCall#run to signal completion. |
(package private) void |
RealCall.AsyncCall.reuseCallsPerHostFrom(RealCall.AsyncCall other) |