- serializeInt() - Method in class com.android.volley.toolbox.DiskBasedCacheTest
-
- serializeLong() - Method in class com.android.volley.toolbox.DiskBasedCacheTest
-
- serializeMap() - Method in class com.android.volley.toolbox.DiskBasedCacheTest
-
- serializeString() - Method in class com.android.volley.toolbox.DiskBasedCacheTest
-
- serverDate - Variable in class com.android.volley.Cache.Entry
-
Date of this response as reported by the server.
- ServerError - Exception in com.android.volley
-
Indicates that the server responded with an error response.
- ServerError(NetworkResponse) - Constructor for exception com.android.volley.ServerError
-
- ServerError() - Constructor for exception com.android.volley.ServerError
-
- serverError_disableRetries() - Method in class com.android.volley.toolbox.BasicNetworkTest
-
- serverError_enableRetries() - Method in class com.android.volley.toolbox.BasicNetworkTest
-
- 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.
- 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.
- setImageUrl_requestsImage() - Method in class com.android.volley.toolbox.NetworkImageViewTest
-
- 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.
- setShouldRetryServerErrors(boolean) - Method in class com.android.volley.Request
-
Sets whether or not the request should be retried in the event of an HTTP 5xx (server) error.
- 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.
- setUp() - Method in class com.android.volley.CacheDispatcherTest
-
- setUp() - Method in class com.android.volley.NetworkDispatcherTest
-
- setUp() - Method in class com.android.volley.RequestQueueIntegrationTest
-
- setUp() - Method in class com.android.volley.RequestQueueTest
-
- setUp() - Method in class com.android.volley.ResponseDeliveryTest
-
- setUp() - Method in class com.android.volley.toolbox.AndroidAuthenticatorTest
-
- setUp() - Method in class com.android.volley.toolbox.BasicNetworkTest
-
- setUp() - Method in class com.android.volley.toolbox.HttpHeaderParserTest
-
- setUp() - Method in class com.android.volley.toolbox.HurlStackTest
-
- setUp() - Method in class com.android.volley.toolbox.ImageLoaderTest
-
- setUp() - Method in class com.android.volley.toolbox.NetworkImageViewTest
-
- shouldCache() - Method in class com.android.volley.Request
-
Returns true if responses to this request should be cached.
- shouldCacheFalse() - Method in class com.android.volley.NetworkDispatcherTest
-
- shouldCacheTrue() - Method in class com.android.volley.NetworkDispatcherTest
-
- shouldRetryServerErrors() - Method in class com.android.volley.Request
-
Returns true if this request should be retried in the event of an HTTP 5xx (server) error.
- socketTimeout() - Method in class com.android.volley.toolbox.BasicNetworkTest
-
- softExpiredCacheHit() - Method in class com.android.volley.CacheDispatcherTest
-
- softTtl - Variable in class com.android.volley.Cache.Entry
-
Soft TTL for this record.
- specifiedCharsetJsonArray() - Method in class com.android.volley.toolbox.JsonRequestCharsetTest
-
- specifiedCharsetJsonObject() - Method in class com.android.volley.toolbox.JsonRequestCharsetTest
-
- 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.
- StringRequestTest - Class in com.android.volley.toolbox
-
- StringRequestTest() - Constructor for class com.android.volley.toolbox.StringRequestTest
-
- success(T, Cache.Entry) - Static method in class com.android.volley.Response
-
Returns a successful response containing the parsed result.
- successPostsResponse() - Method in class com.android.volley.NetworkDispatcherTest
-