| 程序包 | 说明 |
|---|---|
| com.android.volley | |
| com.android.volley.toolbox |
| 构造器和说明 |
|---|
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.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
BasicNetwork
A network performing Volley requests over an
HttpStack. |
Copyright © 2018. All rights reserved.