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 |
---|---|
(package private) void |
Dispatcher.enqueue(RealCall.AsyncCall call) |
(package private) void |
Dispatcher.finished(RealCall.AsyncCall call)
Used by
AsyncCall#run to signal completion. |
private int |
Dispatcher.runningCallsForHost(RealCall.AsyncCall call)
Returns the number of running calls that share a host with
call . |