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

C

Cache - Interface in com.android.volley
An interface for a cache keyed by a String with a byte array as data.
Cache.Entry - Class in com.android.volley
Data and metadata for an entry returned by the cache.
Cache.Entry() - Constructor for class com.android.volley.Cache.Entry
 
CacheDispatcher - Class in com.android.volley
Provides a thread for performing cache triage on a queue of requests.
CacheDispatcher(BlockingQueue<Request>, BlockingQueue<Request>, Cache, ResponseDelivery) - Constructor for class com.android.volley.CacheDispatcher
Creates a new cache triage dispatcher thread.
cacheEntry - Variable in class com.android.volley.Response
Cache metadata for this response, or null in the case of error.
cancel() - Method in class com.android.volley.Request
Mark this request as canceled.
cancel(boolean) - Method in class com.android.volley.toolbox.RequestFuture
 
cancelAll(RequestQueue.RequestFilter) - Method in class com.android.volley.RequestQueue
Cancels all requests in this queue for which the given filter applies.
cancelAll(Object) - Method in class com.android.volley.RequestQueue
Cancels all requests in this queue with the given tag.
cancelRequest() - Method in class com.android.volley.toolbox.ImageLoader.ImageContainer
Releases interest in the in-flight request (and cancels it if no one else is listening).
clear() - Method in interface com.android.volley.Cache
Empties the cache.
clear() - Method in class com.android.volley.toolbox.DiskBasedCache
Clears the cache.
clear() - Method in class com.android.volley.toolbox.NoCache
 
ClearCacheRequest - Class in com.android.volley.toolbox
A synthetic request used for clearing the cache.
ClearCacheRequest(Cache, Runnable) - Constructor for class com.android.volley.toolbox.ClearCacheRequest
Creates a synthetic request for clearing the cache.
close() - Method in class com.android.volley.toolbox.PoolingByteArrayOutputStream
 
com.android.volley - package com.android.volley
 
com.android.volley.toolbox - package com.android.volley.toolbox
 
compareTo(Request<T>) - Method in class com.android.volley.Request
Our comparator sorts from high to low priority, and secondarily by sequence number to provide FIFO ordering.
createConnection(URL) - Method in class com.android.volley.toolbox.HurlStack
Create an HttpURLConnection for the specified url.
createHttpRequest(Request<?>, Map<String, String>) - Static method in class com.android.volley.toolbox.HttpClientStack
Creates the appropriate subclass of HttpUriRequest for passed in request.

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