Uses of Interface
com.android.volley.ResponseDelivery

Packages that use ResponseDelivery
com.android.volley   
 

Uses of ResponseDelivery in com.android.volley
 

Classes in com.android.volley that implement ResponseDelivery
 class ExecutorDelivery
          Delivers responses and errors.
 

Constructors in com.android.volley with parameters of type ResponseDelivery
CacheDispatcher(BlockingQueue<Request> cacheQueue, BlockingQueue<Request> networkQueue, Cache cache, ResponseDelivery delivery)
          Creates a new cache triage dispatcher thread.
NetworkDispatcher(BlockingQueue<Request> queue, Network network, Cache cache, ResponseDelivery delivery)
          Creates a new network dispatcher thread.
RequestQueue(Cache cache, Network network, int threadPoolSize, ResponseDelivery delivery)
          Creates the worker pool.