| Package | Description |
|---|---|
| com.android.volley.toolbox |
| Modifier and Type | Class and Description |
|---|---|
class |
HttpClientStack
An HttpStack that performs request over an
HttpClient. |
class |
HurlStack
An
HttpStack based on HttpURLConnection. |
| Modifier and Type | Field and Description |
|---|---|
protected HttpStack |
BasicNetwork.mHttpStack |
| Modifier and Type | Method and Description |
|---|---|
static RequestQueue |
Volley.newRequestQueue(android.content.Context context,
HttpStack stack)
Creates a default instance of the worker pool and calls
RequestQueue.start() on it. |
| Constructor and Description |
|---|
BasicNetwork(HttpStack httpStack) |
BasicNetwork(HttpStack httpStack,
ByteArrayPool pool) |
Copyright © 2014. All rights reserved.