| Package | Description |
|---|---|
| com.android.volley |
| Modifier and Type | Class and Description |
|---|---|
class |
ExecutorDelivery
Delivers responses and errors.
|
| Constructor and Description |
|---|
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 © 2014. All rights reserved.