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

R

readHeader(InputStream) - Static method in class com.android.volley.toolbox.DiskBasedCache.CacheHeader
Reads the header off of an InputStream and returns a CacheHeader object.
readInt(InputStream) - Static method in class com.android.volley.toolbox.DiskBasedCache
 
readLong(InputStream) - Static method in class com.android.volley.toolbox.DiskBasedCache
 
readString(InputStream) - Static method in class com.android.volley.toolbox.DiskBasedCache
 
readStringStringMap(InputStream) - Static method in class com.android.volley.toolbox.DiskBasedCache
 
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
 
Request<T> - Class in com.android.volley
Base class for all network requests.
Request(String, Response.ErrorListener) - Constructor for class com.android.volley.Request
Deprecated. Use Request.Request(int, String, com.android.volley.Response.ErrorListener).
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.
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).
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
 
responseHeaders - Variable in class com.android.volley.Cache.Entry
Immutable response headers as received from server; must be non-null.
responseHeaders - Variable in class com.android.volley.toolbox.DiskBasedCache.CacheHeader
Headers from the response resulting in this cache entry.
result - Variable in class com.android.volley.Response
Parsed response, or null in the case of error.
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.
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 K L M N O P Q R S T V W