- 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.
- 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.
- CacheDispatcherTest - Class in com.android.volley
-
- CacheDispatcherTest() - Constructor for class com.android.volley.CacheDispatcherTest
-
- cacheEntry - Variable in class com.android.volley.Response
-
Cache metadata for this response, or null in the case of error.
- cacheHeaderSerialization() - Method in class com.android.volley.toolbox.DiskBasedCacheTest
-
- cacheMiss() - Method in class com.android.volley.CacheDispatcherTest
-
- CacheTest - Class in com.android.volley.toolbox
-
- CacheTest() - Constructor for class com.android.volley.toolbox.CacheTest
-
- 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.
- cancelAll_onlyCorrectTag() - Method in class com.android.volley.RequestQueueTest
-
- cancelledRequest() - Method in class com.android.volley.CacheDispatcherTest
-
- 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.
- ClientError - Exception in com.android.volley
-
Indicates that the server responded with an error response indicating that the client has erred.
- ClientError(NetworkResponse) - Constructor for exception com.android.volley.ClientError
-
- ClientError() - Constructor for exception com.android.volley.ClientError
-
- 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.
- compareTo() - Method in class com.android.volley.RequestTest
-
- connectionForDeleteRequest() - Method in class com.android.volley.toolbox.HurlStackTest
-
- connectionForDeprecatedGetRequest() - Method in class com.android.volley.toolbox.HurlStackTest
-
- connectionForDeprecatedPostRequest() - Method in class com.android.volley.toolbox.HurlStackTest
-
- connectionForGetRequest() - Method in class com.android.volley.toolbox.HurlStackTest
-
- connectionForHeadRequest() - Method in class com.android.volley.toolbox.HurlStackTest
-
- connectionForOptionsRequest() - Method in class com.android.volley.toolbox.HurlStackTest
-
- connectionForPatchRequest() - Method in class com.android.volley.toolbox.HurlStackTest
-
- connectionForPatchWithBodyRequest() - Method in class com.android.volley.toolbox.HurlStackTest
-
- connectionForPostRequest() - Method in class com.android.volley.toolbox.HurlStackTest
-
- connectionForPostWithBodyRequest() - Method in class com.android.volley.toolbox.HurlStackTest
-
- connectionForPutRequest() - Method in class com.android.volley.toolbox.HurlStackTest
-
- connectionForPutWithBodyRequest() - Method in class com.android.volley.toolbox.HurlStackTest
-
- connectionForTraceRequest() - Method in class com.android.volley.toolbox.HurlStackTest
-
- connectTimeout() - Method in class com.android.volley.toolbox.BasicNetworkTest
-
- convertHeaders(Header[]) - Static method in class com.android.volley.toolbox.BasicNetwork
-
Converts Headers[] to Map.
- createConnection(URL) - Method in class com.android.volley.toolbox.HurlStack
-
Create an HttpURLConnection
for the specified url
.
- createDeleteRequest() - Method in class com.android.volley.toolbox.HttpClientStackTest
-
- createDeprecatedGetRequest() - Method in class com.android.volley.toolbox.HttpClientStackTest
-
- createDeprecatedPostRequest() - Method in class com.android.volley.toolbox.HttpClientStackTest
-
- createGetRequest() - Method in class com.android.volley.toolbox.HttpClientStackTest
-
- createHeadRequest() - Method in class com.android.volley.toolbox.HttpClientStackTest
-
- createOptionsRequest() - Method in class com.android.volley.toolbox.HttpClientStackTest
-
- createPatchRequest() - Method in class com.android.volley.toolbox.HttpClientStackTest
-
- createPatchRequestWithBody() - Method in class com.android.volley.toolbox.HttpClientStackTest
-
- createPostRequest() - Method in class com.android.volley.toolbox.HttpClientStackTest
-
- createPostRequestWithBody() - Method in class com.android.volley.toolbox.HttpClientStackTest
-
- createPutRequest() - Method in class com.android.volley.toolbox.HttpClientStackTest
-
- createPutRequestWithBody() - Method in class com.android.volley.toolbox.HttpClientStackTest
-
- createTraceRequest() - Method in class com.android.volley.toolbox.HttpClientStackTest
-