A B C D E F G H I J K L M N O P Q R S T V W

S

serverDate - Variable in class com.android.volley.Cache.Entry
Date of this response as reported by the server.
serverDate - Variable in class com.android.volley.toolbox.DiskBasedCache.CacheHeader
Date of this response as reported by the server.
ServerError - Exception in com.android.volley
Indicates that the error responded with an error response.
ServerError(NetworkResponse) - Constructor for exception com.android.volley.ServerError
 
ServerError() - Constructor for exception com.android.volley.ServerError
 
setBatchedResponseDelay(int) - Method in class com.android.volley.toolbox.ImageLoader
Sets the amount of time to wait after the first response arrives before delivering all responses.
setCacheEntry(Cache.Entry) - Method in class com.android.volley.Request
Annotates this request with an entry retrieved for it from cache.
setConnectionParametersForRequest(HttpURLConnection, Request<?>) - Static method in class com.android.volley.toolbox.HurlStack
 
setDefaultImageResId(int) - Method in class com.android.volley.toolbox.NetworkImageView
Sets the default image resource ID to be used for this view until the attempt to load it completes.
setErrorImageResId(int) - Method in class com.android.volley.toolbox.NetworkImageView
Sets the error image resource ID to be used for this view in the event that the image requested fails to load.
setImageUrl(String, ImageLoader) - Method in class com.android.volley.toolbox.NetworkImageView
Sets URL of the image that should be loaded into this view.
setRequest(Request<?>) - Method in class com.android.volley.toolbox.RequestFuture
 
setRequestQueue(RequestQueue) - Method in class com.android.volley.Request
Associates this request with the given queue.
setRetryPolicy(RetryPolicy) - Method in class com.android.volley.Request
Sets the retry policy for this request.
setSequence(int) - Method in class com.android.volley.Request
Sets the sequence number of this request.
setShouldCache(boolean) - Method in class com.android.volley.Request
Set whether or not responses to this request should be cached.
setTag(Object) - Method in class com.android.volley.Request
Set a tag on this request.
setTag(String) - Static method in class com.android.volley.VolleyLog
Customize the log tag for your application, so that other apps using Volley don't mix their logs with yours.
shouldCache() - Method in class com.android.volley.Request
Returns true if responses to this request should be cached.
size - Variable in class com.android.volley.toolbox.DiskBasedCache.CacheHeader
The size of the data identified by this CacheHeader.
softTtl - Variable in class com.android.volley.Cache.Entry
Soft TTL for this record.
softTtl - Variable in class com.android.volley.toolbox.DiskBasedCache.CacheHeader
Soft TTL for this record.
start() - Method in class com.android.volley.RequestQueue
Starts the dispatchers in this queue.
statusCode - Variable in class com.android.volley.NetworkResponse
The HTTP status code.
stop() - Method in class com.android.volley.RequestQueue
Stops the cache and network dispatchers.
StringRequest - Class in com.android.volley.toolbox
A canned request for retrieving the response body at a given URL as a String.
StringRequest(int, String, Response.Listener<String>, Response.ErrorListener) - Constructor for class com.android.volley.toolbox.StringRequest
Creates a new request with the given method.
StringRequest(String, Response.Listener<String>, Response.ErrorListener) - Constructor for class com.android.volley.toolbox.StringRequest
Creates a new GET request.
success(T, Cache.Entry) - Static method in class com.android.volley.Response
Returns a successful response containing the parsed result.

A B C D E F G H I J K L M N O P Q R S T V W