MCPcopy Create free account
hub / github.com/DWorkS/VolleyPlus / RequestQueue

Class RequestQueue

library/src/com/android/volley/RequestQueue.java:41–323  ·  view source on GitHub ↗

A request dispatch queue with a thread pool of dispatchers. Calling #add(Request) will enqueue the given Request for dispatch, resolving from either cache or network on a worker thread, and then delivering a parsed response on the main thread.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected