| 程序包 | 说明 |
|---|---|
| com.android.volley | |
| com.android.volley.toolbox |
| 限定符和类型 | 方法和说明 |
|---|---|
Request<?> |
Request.setRequestQueue(RequestQueue requestQueue)
Associates this request with the given queue.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static RequestQueue |
Volley.newRequestQueue(android.content.Context context)
Creates a default instance of the worker pool and calls
start() on it. |
static RequestQueue |
Volley.newRequestQueue(android.content.Context context,
HttpStack stack)
Creates a default instance of the worker pool and calls
start() on it. |
| 构造器和说明 |
|---|
ImageLoader(RequestQueue queue,
ImageLoader.ImageCache imageCache)
Constructs a new ImageLoader.
|
Copyright © 2018. All rights reserved.