public class VolleyTickle
extends java.lang.Object
| Constructor and Description |
|---|
VolleyTickle() |
| Modifier and Type | Method and Description |
|---|---|
static RequestTickle |
newRequestTickle(android.content.Context context)
Creates a default instance of the worker pool and calls
RequestTickle.start() on it. |
static RequestTickle |
newRequestTickle(android.content.Context context,
HttpStack stack)
Creates a default instance of the worker pool and calls
RequestTickle.start() on it. |
static java.lang.String |
parseResponse(NetworkResponse response) |
public static RequestTickle newRequestTickle(android.content.Context context, HttpStack stack)
RequestTickle.start() on it.context - A Context to use for creating the cache dir.stack - An HttpStack to use for the network, or null for default.RequestTickle instance.public static RequestTickle newRequestTickle(android.content.Context context)
RequestTickle.start() on it.context - A Context to use for creating the cache dir.RequestTickle instance.public static java.lang.String parseResponse(NetworkResponse response)