| 程序包 | 说明 |
|---|---|
| com.android.volley |
| 限定符和类型 | 类和说明 |
|---|---|
class |
ExecutorDelivery
Delivers responses and errors.
|
| 构造器和说明 |
|---|
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.
|
Copyright © 2018. All rights reserved.