| Package | Description |
|---|---|
| com.android.volley | |
| com.android.volley.toolbox |
| Constructor and Description |
|---|
NetworkDispatcher(BlockingQueue<Request<?>> queue,
Network network,
Cache cache,
ResponseDelivery delivery)
Creates a new network dispatcher thread.
|
RequestQueue(Cache cache,
Network network)
Creates the worker pool.
|
RequestQueue(Cache cache,
Network network,
int threadPoolSize)
Creates the worker pool.
|
RequestQueue(Cache cache,
Network network,
int threadPoolSize,
ResponseDelivery delivery)
Creates the worker pool.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicNetwork
A network performing Volley requests over an
HttpStack. |
Copyright © 2014. All rights reserved.