インタフェース
com.android.volley.ResponseDelivery の使用

ResponseDelivery を使用しているパッケージ
com.android.volley   
 

com.android.volley での ResponseDelivery の使用
 

ResponseDelivery を実装している com.android.volley のクラス
 class ExecutorDelivery
          Delivers responses and errors.
 

ResponseDelivery 型のパラメータを持つ com.android.volley のコンストラクタ
CacheDispatcher(java.util.concurrent.BlockingQueue<Request> cacheQueue, java.util.concurrent.BlockingQueue<Request> networkQueue, Cache cache, ResponseDelivery delivery)
          Creates a new cache triage dispatcher thread.
NetworkDispatcher(java.util.concurrent.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.