接口的使用
com.android.volley.ResponseDelivery
使用ResponseDelivery的程序包
-
com.android.volley中ResponseDelivery的使用
参数类型为ResponseDelivery的com.android.volley中的构造器限定符构造器说明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.