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

R

redirect() - Method in class com.android.volley.toolbox.BasicNetworkTest
 
refreshNeeded() - Method in class com.android.volley.Cache.Entry
True if a refresh is needed from the original data source.
remove(String) - Method in interface com.android.volley.Cache
Removes an entry from the cache.
remove(String) - Method in class com.android.volley.toolbox.DiskBasedCache
Removes the specified key from the cache if it exists.
remove(String) - Method in class com.android.volley.toolbox.NoCache
 
removeRequestFinishedListener(RequestQueue.RequestFinishedListener<T>) - Method in class com.android.volley.RequestQueue
Remove a RequestFinishedListener.
Request<T> - Class in com.android.volley
Base class for all network requests.
Request(String, Response.ErrorListener) - Constructor for class com.android.volley.Request
Request(int, String, Response.ErrorListener) - Constructor for class com.android.volley.Request
Creates a new request with the given method (one of the values from Request.Method), URL, and error listener.
Request.Method - Interface in com.android.volley
Supported request methods.
Request.Priority - Enum in com.android.volley
Priority values.
RequestFuture<T> - Class in com.android.volley.toolbox
A Future that represents a Volley request.
RequestFutureTest - Class in com.android.volley.toolbox
 
RequestFutureTest() - Constructor for class com.android.volley.toolbox.RequestFutureTest
 
RequestQueue - Class in com.android.volley
A request dispatch queue with a thread pool of dispatchers.
RequestQueue(Cache, Network, int, ResponseDelivery) - Constructor for class com.android.volley.RequestQueue
Creates the worker pool.
RequestQueue(Cache, Network, int) - Constructor for class com.android.volley.RequestQueue
Creates the worker pool.
RequestQueue(Cache, Network) - Constructor for class com.android.volley.RequestQueue
Creates the worker pool.
RequestQueue.RequestFilter - Interface in com.android.volley
A simple predicate or filter interface for Requests, for use by RequestQueue.cancelAll(RequestFilter).
RequestQueue.RequestFinishedListener<T> - Interface in com.android.volley
Callback interface for completed requests.
RequestQueueIntegrationTest - Class in com.android.volley
Integration tests for RequestQueue, that verify its behavior in conjunction with real dispatcher, queues and Requests.
RequestQueueIntegrationTest() - Constructor for class com.android.volley.RequestQueueIntegrationTest
 
RequestQueueTest - Class in com.android.volley
Unit tests for RequestQueue, with all dependencies mocked out
RequestQueueTest() - Constructor for class com.android.volley.RequestQueueTest
 
RequestQueueTest - Class in com.android.volley.toolbox
 
RequestQueueTest() - Constructor for class com.android.volley.toolbox.RequestQueueTest
 
RequestTest - Class in com.android.volley
 
RequestTest() - Constructor for class com.android.volley.RequestTest
 
RequestTest - Class in com.android.volley.toolbox
 
RequestTest() - Constructor for class com.android.volley.toolbox.RequestTest
 
Response<T> - Class in com.android.volley
Encapsulates a parsed response for delivery.
Response.ErrorListener - Interface in com.android.volley
Callback interface for delivering error responses.
Response.Listener<T> - Interface in com.android.volley
Callback interface for delivering parsed responses.
ResponseDelivery - Interface in com.android.volley
 
ResponseDeliveryTest - Class in com.android.volley
 
ResponseDeliveryTest() - Constructor for class com.android.volley.ResponseDeliveryTest
 
responseHeaders - Variable in class com.android.volley.Cache.Entry
Immutable response headers as received from server; must be non-null.
ResponseTest - Class in com.android.volley.toolbox
 
ResponseTest() - Constructor for class com.android.volley.toolbox.ResponseTest
 
result - Variable in class com.android.volley.Response
Parsed response, or null in the case of error.
resultContainsIntent() - Method in class com.android.volley.toolbox.AndroidAuthenticatorTest
 
retry(VolleyError) - Method in class com.android.volley.DefaultRetryPolicy
Prepares for the next retry by applying a backoff to the timeout.
retry(VolleyError) - Method in interface com.android.volley.RetryPolicy
Prepares for the next retry by applying a backoff to the timeout.
RetryPolicy - Interface in com.android.volley
Retry policy for a request.
returnBuf(byte[]) - Method in class com.android.volley.toolbox.ByteArrayPool
Returns a buffer to the pool, throwing away old buffers if the pool would exceed its allotted size.
returnsBufferWithRightSize() - Method in class com.android.volley.toolbox.ByteArrayPoolTest
 
reusesBuffer() - Method in class com.android.volley.toolbox.ByteArrayPoolTest
 
rewriteUrl(String) - Method in interface com.android.volley.toolbox.HurlStack.UrlRewriter
Returns a URL to use instead of the provided one, or null to indicate this URL should not be used at all.
run() - Method in class com.android.volley.CacheDispatcher
 
run() - Method in class com.android.volley.NetworkDispatcher
 
A B C D E F G H I J L M N O P Q R S T U V W 
Skip navigation links