| 程序包 | 说明 |
|---|---|
| com.android.volley.toolbox |
| 限定符和类型 | 类和说明 |
|---|---|
class |
HttpClientStack
An HttpStack that performs request over an
HttpClient. |
class |
HurlStack
An
HttpStack based on HttpURLConnection. |
| 限定符和类型 | 字段和说明 |
|---|---|
protected HttpStack |
BasicNetwork.mHttpStack |
| 限定符和类型 | 方法和说明 |
|---|---|
static RequestQueue |
Volley.newRequestQueue(android.content.Context context,
HttpStack stack)
Creates a default instance of the worker pool and calls
RequestQueue.start() on it. |
| 构造器和说明 |
|---|
BasicNetwork(HttpStack httpStack) |
BasicNetwork(HttpStack httpStack,
ByteArrayPool pool) |
Copyright © 2018. All rights reserved.