- abort() - Method in class com.android.volley.misc.DiskLruCache.Editor
-
Aborts this edit.
- abortUnlessCommitted() - Method in class com.android.volley.misc.DiskLruCache.Editor
-
- add(Request<T>) - Method in class com.android.volley.RequestQueue
-
Adds a Request to the dispatch queue.
- add(Request<T>) - Method in class com.android.volley.RequestTickle
-
Adds a Request to the dispatch queue.
- addBitmapToCache(String, Bitmap) - Method in class com.android.volley.cache.BitmapCache
-
Adds a bitmap to both memory and disk cache.
- addBitmapToCache(String, Bitmap) - Method in class com.android.volley.cache.BitmapImageCache
-
Adds a bitmap to both memory and disk cache.
- addBitmapToCache(String, BitmapDrawable) - Method in class com.android.volley.cache.plus.BitmapImageCache
-
Adds a bitmap to both memory and disk cache.
- addFile(String, String) - Method in class com.android.volley.request.MultiPartRequest
-
Add a file to be uploaded in the multipart request
- addMarker(String) - Method in class com.android.volley.Request
-
Adds an event to this request's event log; for debugging.
- addMultipartParam(String, String, String) - Method in class com.android.volley.request.MultiPartRequest
-
Add a parameter to be sent in the multipart request
- addPart(Part) - Method in class com.android.volley.toolbox.multipart.MultipartEntity
-
- addRequestFinishedListener(RequestQueue.RequestFinishedListener<T>) - Method in class com.android.volley.RequestQueue
-
- addStringParam(String, String) - Method in class com.android.volley.request.MultiPartRequest
-
Add a string parameter to be sent in the multipart request
- addToRequestQueue(Request<T>, String) - Method in class com.android.volley.ApplicationController
-
Adds the specified request to the global queue, if tag is specified then
it is used else Default TAG is used.
- addToRequestQueue(Request<T>) - Method in class com.android.volley.ApplicationController
-
Adds the specified request to the global queue using the Default TAG.
- advanceTo(int) - Method in class com.android.volley.misc.InputStreamBuffer
-
Attempts to advance the head of the buffer to the requested index.
- AndroidAuthenticator - Class in com.android.volley.toolbox
-
An Authenticator that uses AccountManager to get auth
tokens of a specified type for a specified account.
- AndroidAuthenticator(Context, Account, String) - Constructor for class com.android.volley.toolbox.AndroidAuthenticator
-
Creates a new authenticator.
- AndroidAuthenticator(Context, Account, String, boolean) - Constructor for class com.android.volley.toolbox.AndroidAuthenticator
-
Creates a new authenticator.
- ANIMATION_FADE_IN_TIME - Static variable in class com.android.volley.misc.Utils
-
- ApplicationController - Class in com.android.volley
-
- ApplicationController() - Constructor for class com.android.volley.ApplicationController
-
- apply(Request<?>) - Method in interface com.android.volley.RequestQueue.RequestFilter
-
- AsyncRequestLoader<T> - Class in com.android.volley
-
Created by HaKr on 12/08/15.
- AsyncRequestLoader(Context, GsonRequest<T>) - Constructor for class com.android.volley.AsyncRequestLoader
-
- AsyncTask<Params,Progress,Result> - Class in com.android.volley.misc
-
*************************************
Copied from JB release framework:
https://android.googlesource.com/platform/frameworks/base/+/jb-release/core/java/android/os/AsyncTask.java
so that threading behavior on all OS versions is the same and we can tweak behavior by using
executeOnExecutor() if needed.
- AsyncTask() - Constructor for class com.android.volley.misc.AsyncTask
-
Creates a new asynchronous task.
- AsyncTask.Status - Enum in com.android.volley.misc
-
Indicates the current status of the task.
- Authenticator - Interface in com.android.volley.toolbox
-
An interface for interacting with auth tokens.
- AuthFailureError - Exception in com.android.volley.error
-
Error indicating that there was an authentication failure when performing a Request.
- AuthFailureError() - Constructor for exception com.android.volley.error.AuthFailureError
-
- AuthFailureError(Intent) - Constructor for exception com.android.volley.error.AuthFailureError
-
- AuthFailureError(NetworkResponse) - Constructor for exception com.android.volley.error.AuthFailureError
-
- AuthFailureError(String) - Constructor for exception com.android.volley.error.AuthFailureError
-
- AuthFailureError(String, Exception) - Constructor for exception com.android.volley.error.AuthFailureError
-
- 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
-
- CACHE_DIR - Static variable in class com.android.volley.cache.plus.SimpleImageLoader
-
- CACHE_DIR - Static variable in class com.android.volley.cache.SimpleImageLoader
-
- 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.
- calculateInSampleSize(BitmapFactory.Options, int, int) - Static method in class com.android.volley.misc.ImageUtils
-
Calculate an inSampleSize for use in a BitmapFactory.Options object when decoding
bitmaps using the decode* methods from BitmapFactory.
- calculateMemCacheSize(float) - Static method in class com.android.volley.cache.BitmapCache
-
Sets the memory cache size based on a percentage of the max available VM memory.
- calculateMemCacheSize(float) - Static method in class com.android.volley.cache.BitmapImageCache
-
Sets the memory cache size based on a percentage of the max available VM memory.
- calculateMemCacheSize(float) - Static method in class com.android.volley.cache.plus.BitmapImageCache
-
Sets the memory cache size based on a percentage of the max available VM memory.
- cancel(boolean) - Method in class com.android.volley.misc.AsyncTask
-
Attempts to cancel execution of this task.
- cancel() - Method in class com.android.volley.Request
-
Mark this request as canceled.
- cancel() - Method in class com.android.volley.RequestTickle
-
Cancel the request.
- 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.
- cancelPendingRequests(Object) - Method in class com.android.volley.ApplicationController
-
Cancels all pending requests by the specified TAG, it is important to
specify a TAG so that the pending/ongoing requests can be cancelled.
- cancelRequest() - Method in class com.android.volley.cache.plus.ImageLoader.ImageContainer
-
Releases interest in the in-flight request (and cancels it if no one else is listening).
- 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 class com.android.volley.cache.BitmapCache
-
- clear() - Method in class com.android.volley.cache.BitmapImageCache
-
- clear() - Method in interface com.android.volley.Cache
-
Empties the cache.
- clear() - Method in class com.android.volley.cache.DiskBasedCache
-
Clears the cache.
- clear() - Method in class com.android.volley.cache.DiskLruBasedCache
-
- clear() - Method in class com.android.volley.cache.DiskLruImageCache
-
- clear() - Method in class com.android.volley.cache.LruImageCache
-
- clear() - Method in class com.android.volley.cache.NoCache
-
- clear() - Method in class com.android.volley.cache.plus.BitmapImageCache
-
- clear() - Method in interface com.android.volley.cache.plus.ImageCache
-
- clear() - Method in interface com.android.volley.toolbox.ImageCache
-
- clear() - Method in class com.android.volley.ui.PhotoView
-
Free all resources held by this view.
- clearCache() - Method in class com.android.volley.cache.BitmapCache
-
Clears the memory cache.
- clearCache() - Method in class com.android.volley.cache.BitmapImageCache
-
Clears the memory cache.
- clearCache() - Method in class com.android.volley.cache.DiskLruBasedCache
-
- clearCache() - Method in class com.android.volley.cache.DiskLruImageCache
-
- clearCache() - Method in class com.android.volley.cache.plus.BitmapImageCache
-
Clears the memory cache.
- clearCache() - Method in class com.android.volley.cache.plus.SimpleImageLoader
-
- clearCache() - Method in class com.android.volley.cache.SimpleImageLoader
-
- ClearCacheRequest - Class in com.android.volley.request
-
A synthetic request used for clearing the cache.
- ClearCacheRequest(Cache, Runnable) - Constructor for class com.android.volley.request.ClearCacheRequest
-
Creates a synthetic request for clearing the cache.
- clone() - Method in class com.android.volley.toolbox.multipart.MultipartEntity
-
- close() - Method in interface com.android.volley.Cache
-
Closes the cache.
- close() - Method in class com.android.volley.cache.DiskBasedCache
-
- close() - Method in class com.android.volley.cache.DiskLruBasedCache
-
Closes the disk cache associated with this ImageCache object.
- close() - Method in class com.android.volley.cache.NoCache
-
- close() - Method in class com.android.volley.misc.DiskLruCache
-
Closes this cache.
- close() - Method in class com.android.volley.misc.DiskLruCache.Snapshot
-
- close() - Method in class com.android.volley.toolbox.multipart.OutputStreamProgress
-
- close() - Method in class com.android.volley.toolbox.PoolingByteArrayOutputStream
-
- closeCache() - Method in class com.android.volley.cache.plus.SimpleImageLoader
-
- closeCache() - Method in class com.android.volley.cache.SimpleImageLoader
-
- closeQuietly(Closeable) - Static method in class com.android.volley.misc.Utils
-
- COLON_SPACE - Static variable in class com.android.volley.misc.MultipartUtils
-
- COLON_SPACE_LENGTH - Static variable in class com.android.volley.misc.MultipartUtils
-
- com.android.volley - package com.android.volley
-
- com.android.volley.cache - package com.android.volley.cache
-
- com.android.volley.cache.plus - package com.android.volley.cache.plus
-
- com.android.volley.error - package com.android.volley.error
-
- com.android.volley.misc - package com.android.volley.misc
-
- com.android.volley.request - package com.android.volley.request
-
- com.android.volley.toolbox - package com.android.volley.toolbox
-
- com.android.volley.toolbox.multipart - package com.android.volley.toolbox.multipart
-
- com.android.volley.ui - package com.android.volley.ui
-
- commit() - Method in class com.android.volley.misc.DiskLruCache.Editor
-
Commits this edit so it is visible to readers.
- 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.
- compressFormat - Variable in class com.android.volley.cache.DiskLruBasedCache.ImageCacheParams
-
- compressQuality - Variable in class com.android.volley.cache.DiskLruBasedCache.ImageCacheParams
-
- containsKey(String) - Method in class com.android.volley.cache.DiskLruBasedCache
-
- containsKey(String) - Method in class com.android.volley.cache.DiskLruImageCache
-
- CONTENT_TYPE_MULTIPART - Static variable in class com.android.volley.misc.MultipartUtils
-
- CONTENT_TYPE_OCTET_STREAM - Static variable in class com.android.volley.misc.MultipartUtils
-
- CONTENT_TYPE_OCTET_STREAM_LENGTH - Static variable in class com.android.volley.misc.MultipartUtils
-
- contentType - Variable in class com.android.volley.request.MultiPartRequest.MultiPartParam
-
- copyOf(byte[], int) - Static method in class com.android.volley.misc.InputStreamBuffer
-
Arrays.copyOf(byte[] original, int newLength) not found in API <= 8.
- createConnection(URL) - Method in class com.android.volley.toolbox.HurlStack
-
Create an HttpURLConnection for the specified url.
- createInputStream() - Method in interface com.android.volley.misc.ImageUtils.InputStreamFactory
-
Create a new InputStream.
- createInputStreamFactory(ContentResolver, Uri) - Static method in class com.android.volley.misc.ImageUtils
-
- CRLF - Static variable in class com.android.volley.misc.MultipartUtils
-
- CRLF_BYTES - Static variable in class com.android.volley.misc.MultipartUtils
-
- CRLF_LENGTH - Static variable in class com.android.volley.misc.MultipartUtils
-
- d(String, Object...) - Static method in class com.android.volley.VolleyLog
-
- data - Variable in class com.android.volley.Cache.Entry
-
The data returned from cache.
- data - Variable in class com.android.volley.NetworkResponse
-
Raw data from this response.
- DEBUG - Static variable in class com.android.volley.toolbox.BasicNetwork
-
- DEBUG - Static variable in class com.android.volley.VolleyLog
-
- decodeSampledBitmapFromDescriptor(FileDescriptor, int, int) - Static method in class com.android.volley.misc.ImageUtils
-
Decode and sample down a bitmap from a file input stream to the requested width and height.
- decodeSampledBitmapFromDescriptor(FileDescriptor) - Static method in class com.android.volley.misc.ImageUtils
-
Decode and sample down a bitmap from a file input stream to the requested width and height.
- decodeStream(ContentResolver, Uri, int) - Static method in class com.android.volley.misc.ImageUtils
-
Create a bitmap from a local URI
- decodeStream(ContentResolver, Uri, BitmapFactory.Options) - Static method in class com.android.volley.misc.ImageUtils
-
Create a bitmap from a local URI
- decodeStream(InputStream, Rect, BitmapFactory.Options) - Static method in class com.android.volley.misc.ImageUtils
-
Wrapper around BitmapFactory.decodeStream(InputStream, Rect,
BitmapFactory.Options) that returns null on OutOfMemoryError.
- decodeStream(ImageUtils.InputStreamFactory, Rect, BitmapFactory.Options) - Static method in class com.android.volley.misc.ImageUtils
-
Wrapper around BitmapFactory.decodeStream(InputStream, Rect,
BitmapFactory.Options) that returns null on OutOfMemoryError.
- DEFAULT_BACKOFF_MULT - Static variable in class com.android.volley.DefaultRetryPolicy
-
The default backoff multiplier
- DEFAULT_IMAGE_BACKOFF_MULT - Static variable in class com.android.volley.request.ImageRequest
-
Default backoff multiplier for image requests
- DEFAULT_IMAGE_MAX_RETRIES - Static variable in class com.android.volley.request.ImageRequest
-
Default number of retries for image requests
- DEFAULT_IMAGE_TIMEOUT_MS - Static variable in class com.android.volley.request.ImageRequest
-
Socket timeout in milliseconds for image requests
- DEFAULT_MAX_RETRIES - Static variable in class com.android.volley.DefaultRetryPolicy
-
The default number of retries
- DEFAULT_TIMEOUT_MS - Static variable in class com.android.volley.DefaultRetryPolicy
-
The default socket timeout in milliseconds
- DefaultRetryPolicy - Class in com.android.volley
-
Default retry policy for requests.
- DefaultRetryPolicy() - Constructor for class com.android.volley.DefaultRetryPolicy
-
Constructs a new retry policy using the default timeouts.
- DefaultRetryPolicy(int, int, float) - Constructor for class com.android.volley.DefaultRetryPolicy
-
Constructs a new retry policy.
- delete() - Method in class com.android.volley.misc.DiskLruCache
-
Closes the cache and deletes all of its stored values.
- DELETE - Static variable in interface com.android.volley.Request.Method
-
- deleteContents(File) - Static method in class com.android.volley.misc.Utils
-
Deletes the contents of dir.
- deliverError(VolleyError) - Method in class com.android.volley.Request
-
Delivers error message to the ErrorListener that the Request was
initialized with.
- deliverResponse(BitmapDrawable) - Method in class com.android.volley.cache.plus.ImageRequest
-
- deliverResponse(byte[]) - Method in class com.android.volley.request.ByteRequest
-
- deliverResponse(Object) - Method in class com.android.volley.request.ClearCacheRequest
-
- deliverResponse(T) - Method in class com.android.volley.Request
-
Subclasses must implement this to perform delivery of the parsed
response to their listeners.
- deliverResponse(String) - Method in class com.android.volley.request.DownloadRequest
-
- deliverResponse(T) - Method in class com.android.volley.request.GsonRequest
-
- deliverResponse(Bitmap) - Method in class com.android.volley.request.ImageRequest
-
- deliverResponse(T) - Method in class com.android.volley.request.JsonRequest
-
- deliverResponse(T) - Method in class com.android.volley.request.MultiPartRequest
-
- deliverResponse(String) - Method in class com.android.volley.request.SimpleMultiPartRequest
-
- deliverResponse(String) - Method in class com.android.volley.request.StringRequest
-
- deliverResult(T) - Method in class com.android.volley.AsyncRequestLoader
-
- DEPRECATED_GET_OR_POST - Static variable in interface com.android.volley.Request.Method
-
- DiskBasedCache - Class in com.android.volley.cache
-
Cache implementation that caches files directly onto the hard disk in the specified
directory.
- DiskBasedCache(File, int) - Constructor for class com.android.volley.cache.DiskBasedCache
-
Constructs an instance of the DiskBasedCache at the specified directory.
- DiskBasedCache(File) - Constructor for class com.android.volley.cache.DiskBasedCache
-
Constructs an instance of the DiskBasedCache at the specified directory using
the default maximum cache size of 5MB.
- diskCacheDir - Variable in class com.android.volley.cache.DiskLruBasedCache.ImageCacheParams
-
- diskCacheEnabled - Variable in class com.android.volley.cache.DiskLruBasedCache.ImageCacheParams
-
- diskCacheSize - Variable in class com.android.volley.cache.DiskLruBasedCache.ImageCacheParams
-
- DiskLruBasedCache - Class in com.android.volley.cache
-
Cache implementation that caches files directly onto the hard disk in the specified directory
using DiskLruCache
- DiskLruBasedCache(File) - Constructor for class com.android.volley.cache.DiskLruBasedCache
-
- DiskLruBasedCache(DiskLruBasedCache.ImageCacheParams) - Constructor for class com.android.volley.cache.DiskLruBasedCache
-
- DiskLruBasedCache.ImageCacheParams - Class in com.android.volley.cache
-
A holder class that contains cache parameters.
- DiskLruBasedCache.ImageCacheParams(File, int) - Constructor for class com.android.volley.cache.DiskLruBasedCache.ImageCacheParams
-
Create a set of image cache parameters that can be provided to
- DiskLruBasedCache.ImageCacheParams(Context, String, int) - Constructor for class com.android.volley.cache.DiskLruBasedCache.ImageCacheParams
-
Create a set of image cache parameters
- DiskLruBasedCache.ImageCacheParams(Context, String) - Constructor for class com.android.volley.cache.DiskLruBasedCache.ImageCacheParams
-
Create a set of image cache parameters
- DiskLruBasedCache.ImageCacheParams(File) - Constructor for class com.android.volley.cache.DiskLruBasedCache.ImageCacheParams
-
Create a set of image cache parameters
- DiskLruCache - Class in com.android.volley.misc
-
A cache that uses a bounded amount of space on a filesystem.
- DiskLruCache.Editor - Class in com.android.volley.misc
-
Edits the values for an entry.
- DiskLruCache.Snapshot - Class in com.android.volley.misc
-
A snapshot of the values for an entry.
- DiskLruImageCache - Class in com.android.volley.cache
-
Implementation of DiskLruCache by Jake Wharton modified from
http://stackoverflow.com/questions/10185898/using-disklrucache-in-android-4-0-does-not-provide-for-opencache-method
- DiskLruImageCache(Context, String, int, Bitmap.CompressFormat, int) - Constructor for class com.android.volley.cache.DiskLruImageCache
-
- doInBackground(Params...) - Method in class com.android.volley.misc.AsyncTask
-
Override this method to perform a computation on a background thread.
- DownloadRequest - Class in com.android.volley.request
-
A canned request for retrieving the response body at a given URL as a String.
- DownloadRequest(String, String, Response.Listener<String>, Response.ErrorListener) - Constructor for class com.android.volley.request.DownloadRequest
-
Creates a new request with the given method.
- drawableStateChanged() - Method in class com.android.volley.ui.NetworkImageView
-
- drawableStateChanged() - Method in class com.android.volley.ui.NetworkImageViewPlus
-
- DUAL_THREAD_EXECUTOR - Static variable in class com.android.volley.misc.AsyncTask
-
- get(String) - Method in class com.android.volley.cache.DiskBasedCache
-
Returns the cache entry with the specified key if it exists, null otherwise.
- get(String) - Method in class com.android.volley.cache.DiskLruBasedCache
-
- get(String) - Method in interface com.android.volley.Cache
-
Retrieves an entry from the cache.
- get(String) - Method in class com.android.volley.cache.NoCache
-
- get(String, ImageLoader.ImageListener) - Method in class com.android.volley.cache.plus.ImageLoader
-
Returns an ImageContainer for the requested URL.
- get(String, ImageLoader.ImageListener, int, int) - Method in class com.android.volley.cache.plus.ImageLoader
-
Issues a bitmap request with the given URL if that image is not available
in the cache, and returns a bitmap container that contains all of the data
relating to the request (as well as the default image if the requested
image is not available).
- get(String, ImageView) - Method in class com.android.volley.cache.plus.SimpleImageLoader
-
- get(String, ImageView, int, int) - Method in class com.android.volley.cache.plus.SimpleImageLoader
-
- get(String, ImageView, int) - Method in class com.android.volley.cache.plus.SimpleImageLoader
-
- get(String, ImageView, Drawable) - Method in class com.android.volley.cache.plus.SimpleImageLoader
-
- get(String, ImageView, Drawable, int, int) - Method in class com.android.volley.cache.plus.SimpleImageLoader
-
- get(String, ImageView) - Method in class com.android.volley.cache.SimpleImageLoader
-
- get(String, ImageView, int, int) - Method in class com.android.volley.cache.SimpleImageLoader
-
- get(String, ImageView, int) - Method in class com.android.volley.cache.SimpleImageLoader
-
- get(String, ImageView, Drawable) - Method in class com.android.volley.cache.SimpleImageLoader
-
- get(String, ImageView, Drawable, int, int) - Method in class com.android.volley.cache.SimpleImageLoader
-
- get() - Method in class com.android.volley.misc.AsyncTask
-
Waits if necessary for the computation to complete, and then
retrieves its result.
- get(long, TimeUnit) - Method in class com.android.volley.misc.AsyncTask
-
Waits if necessary for at most the given time for the computation
to complete, and then retrieves its result.
- get(String) - Method in class com.android.volley.misc.DiskLruCache
-
Returns a snapshot of the entry named key, or null if it doesn't
exist is not currently readable.
- get(int) - Method in class com.android.volley.misc.InputStreamBuffer
-
Attempt to get byte at the requested index from the wrapped input stream.
- GET - Static variable in interface com.android.volley.Request.Method
-
- get(String, ImageLoader.ImageListener) - Method in class com.android.volley.toolbox.ImageLoader
-
Returns an ImageContainer for the requested URL.
- get(String, ImageLoader.ImageListener, int, int) - Method in class com.android.volley.toolbox.ImageLoader
-
Equivalent to calling #get(String, ImageListener, int, int, ScaleType) with
Scaletype == ScaleType.CENTER_INSIDE.
- get(String, ImageLoader.ImageListener, int, int, ImageView.ScaleType) - Method in class com.android.volley.toolbox.ImageLoader
-
Issues a bitmap request with the given URL if that image is not available
in the cache, and returns a bitmap container that contains all of the data
relating to the request (as well as the default image if the requested
image is not available).
- get() - Method in class com.android.volley.toolbox.RequestFuture
-
- get(long, TimeUnit) - Method in class com.android.volley.toolbox.RequestFuture
-
- getAccount() - Method in class com.android.volley.toolbox.AndroidAuthenticator
-
Returns the Account being used by this authenticator.
- getActualHeight() - Method in class com.android.volley.ui.PhotoView
-
- getActualWidth() - Method in class com.android.volley.ui.PhotoView
-
- getAuthToken() - Method in class com.android.volley.toolbox.AndroidAuthenticator
-
- getAuthToken() - Method in interface com.android.volley.toolbox.Authenticator
-
Synchronously retrieves an auth token.
- getAuthTokenType() - Method in class com.android.volley.toolbox.AndroidAuthenticator
-
Returns the Auth Token Type used by this authenticator.
- getBackoffMultiplier() - Method in class com.android.volley.DefaultRetryPolicy
-
Returns the backoff multiplier for the policy.
- getBitmap(String) - Method in class com.android.volley.cache.BitmapCache
-
- getBitmap(String) - Method in class com.android.volley.cache.BitmapImageCache
-
- getBitmap(String) - Method in class com.android.volley.cache.DiskLruBasedCache
-
- getBitmap(String) - Method in class com.android.volley.cache.DiskLruImageCache
-
- getBitmap(String) - Method in class com.android.volley.cache.LruImageCache
-
- getBitmap(String) - Method in class com.android.volley.cache.plus.BitmapImageCache
-
- getBitmap(String) - Method in interface com.android.volley.cache.plus.ImageCache
-
- getBitmap() - Method in class com.android.volley.cache.plus.ImageLoader.ImageContainer
-
Returns the bitmap associated with the request URL if it has been loaded, null otherwise.
- getBitmap(String) - Method in interface com.android.volley.toolbox.ImageCache
-
- getBitmap() - Method in class com.android.volley.toolbox.ImageLoader.ImageContainer
-
Returns the bitmap associated with the request URL if it has been loaded, null otherwise.
- getBitmapFromMemCache(String) - Method in class com.android.volley.cache.BitmapCache
-
Get from memory cache.
- getBitmapFromMemCache(String) - Method in class com.android.volley.cache.BitmapImageCache
-
Get from memory cache.
- getBitmapFromMemCache(String) - Method in class com.android.volley.cache.plus.BitmapImageCache
-
Get from memory cache.
- getBitmapSize(Bitmap) - Static method in class com.android.volley.cache.BitmapCache
-
Get the size in bytes of a bitmap.
- getBitmapSize(Bitmap) - Static method in class com.android.volley.cache.BitmapImageCache
-
Get the size in bytes of a bitmap.
- getBitmapSize(BitmapDrawable) - Static method in class com.android.volley.cache.BitmapImageCache
-
Get the size in bytes of a bitmap in a BitmapDrawable.
- getBitmapSize(Bitmap) - Static method in class com.android.volley.cache.plus.BitmapImageCache
-
Get the size in bytes of a bitmap.
- getBitmapSize(BitmapDrawable) - Static method in class com.android.volley.cache.plus.BitmapImageCache
-
Get the size in bytes of a bitmap in a BitmapDrawable.
- getBody() - Method in class com.android.volley.Request
-
Returns the raw POST or PUT body to be sent.
- getBody() - Method in class com.android.volley.request.JsonRequest
-
- getBodyContentType() - Method in class com.android.volley.request.ByteRequest
-
- getBodyContentType() - Method in class com.android.volley.Request
-
Returns the content type of the POST or PUT body.
- getBodyContentType() - Method in class com.android.volley.request.JsonRequest
-
- getBoundary() - Method in class com.android.volley.toolbox.multipart.MultipartEntity
-
- getBuf(int) - Method in class com.android.volley.toolbox.ByteArrayPool
-
Returns a buffer from the pool if one is available in the requested size, or allocates a new
one if a pooled one is not available.
- getBytesRead() - Method in class com.android.volley.misc.IOUtils.CountingInputStream
-
- getCache() - Method in class com.android.volley.cache.plus.ImageLoader
-
- getCache() - Method in class com.android.volley.RequestQueue
-
Gets the
Cache instance being used.
- getCache() - Method in class com.android.volley.RequestTickle
-
Gets the
Cache instance being used.
- getCache() - Method in class com.android.volley.toolbox.ImageLoader
-
- getCacheEntry() - Method in class com.android.volley.Request
-
Returns the annotated cache entry, or null if there isn't one.
- getCacheFolder() - Method in class com.android.volley.cache.DiskLruBasedCache
-
- getCacheFolder() - Method in class com.android.volley.cache.DiskLruImageCache
-
- getCacheKey(String, int, int) - Static method in class com.android.volley.cache.plus.ImageLoader
-
Creates a cache key for use with the L1 cache.
- getCacheKey() - Method in class com.android.volley.Request
-
Returns the cache key for this request.
- getCacheKey(String, int, int) - Static method in class com.android.volley.toolbox.ImageLoader
-
Creates a cache key for use with the L1 cache.
- getCacheKey(String, int, int, ImageView.ScaleType) - Static method in class com.android.volley.toolbox.ImageLoader
-
Creates a cache key for use with the L1 cache.
- getClazz() - Method in class com.android.volley.request.GsonRequest
-
- getContent() - Method in class com.android.volley.toolbox.multipart.MultipartEntity
-
Returns null since it's not designed to be used for server responses.
- getContentLength(Boundary) - Method in class com.android.volley.toolbox.multipart.FilePart
-
- getContentLength() - Method in class com.android.volley.toolbox.multipart.MultipartEntity
-
- getContentLength(Boundary) - Method in interface com.android.volley.toolbox.multipart.Part
-
- getContentLength(Boundary) - Method in class com.android.volley.toolbox.multipart.StringPart
-
- getContentLengthForMultipartRequest(String, Map<String, MultiPartRequest.MultiPartParam>, Map<String, String>) - Static method in class com.android.volley.misc.MultipartUtils
-
- getContentResolver() - Method in class com.android.volley.cache.plus.ImageLoader
-
- getContentResolver() - Method in class com.android.volley.toolbox.ImageLoader
-
- getCroppedPhoto() - Method in class com.android.volley.ui.PhotoView
-
Gets a bitmap of the cropped region.
- getCurrentRetryCount() - Method in class com.android.volley.DefaultRetryPolicy
-
Returns the current retry count.
- getCurrentRetryCount() - Method in interface com.android.volley.RetryPolicy
-
Returns the current retry count (used for logging).
- getCurrentTimeout() - Method in class com.android.volley.DefaultRetryPolicy
-
Returns the current timeout.
- getCurrentTimeout() - Method in interface com.android.volley.RetryPolicy
-
Returns the current timeout (used for logging).
- getDefaultOptions() - Static method in class com.android.volley.cache.plus.ImageRequest
-
- getDefaultOptions() - Static method in class com.android.volley.request.ImageRequest
-
- getDirectory() - Method in class com.android.volley.misc.DiskLruCache
-
Returns the directory where this cache stores its data.
- getDiskCacheDir(Context, String) - Static method in class com.android.volley.misc.Utils
-
Get a usable cache directory (external if available, internal otherwise).
- getDrawable() - Method in class com.android.volley.ui.PhotoView
-
Returns the bound drawable.
- getEncodedUrlParams() - Method in class com.android.volley.Request
-
- getError() - Method in class com.android.volley.AsyncRequestLoader
-
- getError() - Method in class com.android.volley.RequestTickle
-
- getErrorListener() - Method in class com.android.volley.Request
-
- getErrorType(Object, Context) - Static method in class com.android.volley.error.VolleyErrorHelper
-
- getFileForKey(String) - Method in class com.android.volley.cache.DiskBasedCache
-
Returns a file object for the given cache key.
- getFileForKey(String) - Method in class com.android.volley.cache.DiskLruBasedCache
-
Returns a file object for the given cache key.
- getFilesToUpload() - Method in class com.android.volley.request.MultiPartRequest
-
Get all the files to be uploaded for this request
- getHeader(HttpResponse, String) - Static method in class com.android.volley.misc.Utils
-
- getHeaders() - Method in class com.android.volley.Request
-
Returns a list of extra HTTP headers to go along with this request.
- getHeaders() - Method in class com.android.volley.request.GsonRequest
-
- getImageBounds(ImageUtils.InputStreamFactory) - Static method in class com.android.volley.misc.ImageUtils
-
Gets the image bounds
- getImageCache() - Method in class com.android.volley.cache.plus.ImageLoader
-
- getImageCache() - Method in class com.android.volley.toolbox.ImageLoader
-
- getImageListener(ImageView, int, int) - Static method in class com.android.volley.cache.plus.ImageLoader
-
The default implementation of ImageListener which handles basic functionality
of showing a default image until the network response is received, at which point
it will switch to either the actual image or the error image.
- getImageListener(Resources, ImageView, Drawable, boolean) - Static method in class com.android.volley.cache.SimpleImageLoader
-
- getImageListener(ImageView, int, int) - Static method in class com.android.volley.toolbox.ImageLoader
-
The default implementation of ImageListener which handles basic functionality
of showing a default image until the network response is received, at which point
it will switch to either the actual image or the error image.
- getImageListener() - Method in class com.android.volley.ui.NetworkImageView
-
- getImageLoaderInstance() - Method in interface com.android.volley.cache.plus.SimpleImageLoader.ImageLoaderProvider
-
- getImageLoaderInstance() - Method in interface com.android.volley.cache.SimpleImageLoader.ImageLoaderProvider
-
- getInputStream(int) - Method in class com.android.volley.misc.DiskLruCache.Snapshot
-
Returns the unbuffered stream with the value for index.
- getInstance() - Static method in class com.android.volley.ApplicationController
-
- getInstance(FragmentManager, String, int) - Static method in class com.android.volley.cache.BitmapCache
-
- getInstance(FragmentManager, int) - Static method in class com.android.volley.cache.BitmapCache
-
- getInstance(FragmentManager, float) - Static method in class com.android.volley.cache.BitmapCache
-
- getInstance(FragmentManager) - Static method in class com.android.volley.cache.BitmapCache
-
- getInstance(FragmentManager, String, int) - Static method in class com.android.volley.cache.BitmapImageCache
-
- getInstance(FragmentManager, int) - Static method in class com.android.volley.cache.BitmapImageCache
-
- getInstance(FragmentManager, float) - Static method in class com.android.volley.cache.BitmapImageCache
-
- getInstance(FragmentManager) - Static method in class com.android.volley.cache.BitmapImageCache
-
- getInstance(FragmentManager, DiskLruBasedCache.ImageCacheParams) - Static method in class com.android.volley.cache.BitmapImageCache
-
- getInstance(FragmentManager, String, int) - Static method in class com.android.volley.cache.plus.BitmapImageCache
-
- getInstance(FragmentManager, int) - Static method in class com.android.volley.cache.plus.BitmapImageCache
-
- getInstance(FragmentManager, float) - Static method in class com.android.volley.cache.plus.BitmapImageCache
-
- getInstance(FragmentManager) - Static method in class com.android.volley.cache.plus.BitmapImageCache
-
- getInstance(FragmentManager, DiskLruBasedCache.ImageCacheParams) - Static method in class com.android.volley.cache.plus.BitmapImageCache
-
- getLength(int) - Method in class com.android.volley.misc.DiskLruCache.Snapshot
-
Returns the byte length of the value for index.
- getMaxImageHeight() - Method in class com.android.volley.cache.plus.SimpleImageLoader
-
- getMaxImageHeight() - Method in class com.android.volley.cache.SimpleImageLoader
-
- getMaxImageWidth() - Method in class com.android.volley.cache.plus.SimpleImageLoader
-
- getMaxImageWidth() - Method in class com.android.volley.cache.SimpleImageLoader
-
- getMaxSize() - Method in class com.android.volley.misc.DiskLruCache
-
Returns the maximum number of bytes that this cache should use to store
its data.
- getMessage() - Method in exception com.android.volley.error.AuthFailureError
-
- getMessage(Object, Context) - Static method in class com.android.volley.error.VolleyErrorHelper
-
- getMethod() - Method in class com.android.volley.Request
-
Return the method for this request.
- getMethod() - Method in class com.android.volley.toolbox.HttpClientStack.HttpPatch
-
- getMultipartParams() - Method in class com.android.volley.request.MultiPartRequest
-
Get all the multipart params for this request
- getNetworkTimeMs() - Method in exception com.android.volley.error.VolleyError
-
- getObject() - Method in class com.android.volley.cache.BitmapCache.RetainFragment
-
Get the stored object.
- getObject() - Method in class com.android.volley.cache.BitmapImageCache.RetainFragment
-
Get the stored object.
- getObject() - Method in class com.android.volley.cache.plus.BitmapImageCache.RetainFragment
-
Get the stored object.
- getOrientation(InputStream, long) - Static method in class com.android.volley.misc.Exif
-
Returns the degrees in clockwise.
- getOrientation(byte[]) - Static method in class com.android.volley.misc.Exif
-
Deprecated.
- getParams() - Method in class com.android.volley.Request
-
Returns a Map of parameters to be used for a POST or PUT request.
- getParams() - Method in class com.android.volley.request.GsonRequest
-
- getParamsEncoding() - Method in class com.android.volley.Request
-
Returns which encoding should be used when converting POST or PUT parameters returned by
Request.getParams() into a raw POST or PUT body.
- getPhoto() - Method in class com.android.volley.ui.PhotoView
-
Returns the bound photo data if set.
- getPostBody() - Method in class com.android.volley.Request
-
- getPostBody() - Method in class com.android.volley.request.JsonRequest
-
- getPostBodyContentType() - Method in class com.android.volley.Request
-
- getPostBodyContentType() - Method in class com.android.volley.request.JsonRequest
-
- getPostParams() - Method in class com.android.volley.Request
-
- getPostParamsEncoding() - Method in class com.android.volley.Request
-
- getPriority() - Method in class com.android.volley.cache.plus.ImageRequest
-
- getPriority() - Method in class com.android.volley.request.ClearCacheRequest
-
- getPriority() - Method in class com.android.volley.Request
-
- getPriority() - Method in class com.android.volley.request.ImageRequest
-
- getProtocolCharset() - Method in class com.android.volley.request.MultiPartRequest
-
Get the protocol charset
- getRequestQueue() - Method in class com.android.volley.ApplicationController
-
- getRequestQueue() - Method in class com.android.volley.cache.plus.ImageLoader
-
- getRequestQueue() - Method in class com.android.volley.toolbox.ImageLoader
-
- getRequestUrl() - Method in class com.android.volley.cache.plus.ImageLoader.ImageContainer
-
Returns the requested URL for this container.
- getRequestUrl() - Method in class com.android.volley.toolbox.ImageLoader.ImageContainer
-
Returns the requested URL for this container.
- getResolutionIntent() - Method in exception com.android.volley.error.AuthFailureError
-
- getResources() - Method in class com.android.volley.cache.plus.ImageLoader
-
- getResources() - Method in class com.android.volley.toolbox.ImageLoader
-
- getResponse() - Method in class com.android.volley.RequestTickle
-
- getRetryPolicy() - Method in class com.android.volley.Request
-
Returns the retry policy that should be used for this request.
- getRotationDegree() - Method in class com.android.volley.ui.PhotoView
-
Get Rotation of the image.
- getSchemeBaseUrl(String, String) - Static method in class com.android.volley.misc.Utils
-
- getSchemeBaseUrl(String, int) - Static method in class com.android.volley.misc.Utils
-
- getSequence() - Method in class com.android.volley.Request
-
Returns the sequence number of this request.
- getSequenceNumber() - Method in class com.android.volley.RequestQueue
-
Gets a sequence number.
- getStatus() - Method in class com.android.volley.misc.AsyncTask
-
Returns the current status of this task.
- getString(int) - Method in class com.android.volley.misc.DiskLruCache.Editor
-
Returns the last committed value as a string, or null if no value has
been committed.
- getString(int) - Method in class com.android.volley.misc.DiskLruCache.Snapshot
-
Returns the string value for index.
- getTag() - Method in class com.android.volley.Request
-
Returns this request's tag.
- getThreadPoolSize() - Method in class com.android.volley.RequestQueue
-
Gets the thread pool size.
- getTimeoutMs() - Method in class com.android.volley.Request
-
Returns the socket timeout in milliseconds per retry attempt.
- getTrafficStatsTag() - Method in class com.android.volley.Request
-
- getUrl() - Method in class com.android.volley.Request
-
Returns the URL of this request.
- getUsableSpace(File) - Static method in class com.android.volley.cache.BitmapImageCache
-
Check how much usable space is available at a given path.
- getUsableSpace(File) - Static method in class com.android.volley.cache.plus.BitmapImageCache
-
Check how much usable space is available at a given path.
- getUsableSpace(File) - Static method in class com.android.volley.misc.Utils
-
Check how much usable space is available at a given path.
- getUserAgent(Context) - Static method in class com.android.volley.misc.NetUtils
-
- getVideoData() - Method in class com.android.volley.ui.PhotoView
-
Gets video data associated with this item.
- GsonRequest<T> - Class in com.android.volley.request
-
Volley adapter for JSON requests that will be parsed into Java objects by Gson.
- GsonRequest(String, Class<T>, Map<String, String>, Response.Listener<T>, Response.ErrorListener) - Constructor for class com.android.volley.request.GsonRequest
-
Make a GET request and return a parsed object from JSON.
- GsonRequest(int, String, Class<T>, Map<String, String>, Map<String, String>, Response.Listener<T>, Response.ErrorListener) - Constructor for class com.android.volley.request.GsonRequest
-
Make a request and return a parsed object from JSON.
- GZipRequest - Class in com.android.volley.request
-
A canned request for retrieving the parse the gzip response body at a given URL as a String using a GZIPInputStream.
- GZipRequest(int, String, Response.Listener<String>, Response.ErrorListener) - Constructor for class com.android.volley.request.GZipRequest
-
Creates a new request with the given method.
- GZipRequest(String, Response.Listener<String>, Response.ErrorListener) - Constructor for class com.android.volley.request.GZipRequest
-
Creates a new GET request.
- ImageCache - Interface in com.android.volley.cache.plus
-
Simple cache adapter interface.
- ImageCache - Interface in com.android.volley.toolbox
-
Simple cache adapter interface.
- ImageLoader - Class in com.android.volley.cache.plus
-
Helper that handles loading and caching images from remote URLs.
- ImageLoader(RequestQueue) - Constructor for class com.android.volley.cache.plus.ImageLoader
-
Constructs a new ImageLoader with a default LruCache
implementation
- ImageLoader(RequestQueue, ImageCache) - Constructor for class com.android.volley.cache.plus.ImageLoader
-
Constructs a new ImageLoader.
- ImageLoader(RequestQueue, ImageCache, Resources) - Constructor for class com.android.volley.cache.plus.ImageLoader
-
Constructs a new ImageLoader.
- ImageLoader - Class in com.android.volley.toolbox
-
Helper that handles loading and caching images from remote URLs.
- ImageLoader(RequestQueue) - Constructor for class com.android.volley.toolbox.ImageLoader
-
Constructs a new ImageLoader with a default LruCache
implementation
- ImageLoader(RequestQueue, ImageCache) - Constructor for class com.android.volley.toolbox.ImageLoader
-
Constructs a new ImageLoader.
- ImageLoader(RequestQueue, ImageCache, Resources) - Constructor for class com.android.volley.toolbox.ImageLoader
-
Constructs a new ImageLoader.
- ImageLoader.ImageContainer - Class in com.android.volley.cache.plus
-
Container object for all of the data surrounding an image request.
- ImageLoader.ImageContainer(BitmapDrawable, String, String, ImageLoader.ImageListener) - Constructor for class com.android.volley.cache.plus.ImageLoader.ImageContainer
-
Constructs a BitmapContainer object.
- ImageLoader.ImageContainer - Class in com.android.volley.toolbox
-
Container object for all of the data surrounding an image request.
- ImageLoader.ImageContainer(Bitmap, String, String, ImageLoader.ImageListener) - Constructor for class com.android.volley.toolbox.ImageLoader.ImageContainer
-
Constructs a BitmapContainer object.
- ImageLoader.ImageListener - Interface in com.android.volley.cache.plus
-
Interface for the response handlers on image requests.
- ImageLoader.ImageListener - Interface in com.android.volley.toolbox
-
Interface for the response handlers on image requests.
- ImageRequest - Class in com.android.volley.cache.plus
-
A canned request for getting an image at a given URL and calling
back with a decoded Bitmap.
- ImageRequest(String, Resources, ContentResolver, Response.Listener<BitmapDrawable>, int, int, Bitmap.Config, Response.ErrorListener) - Constructor for class com.android.volley.cache.plus.ImageRequest
-
Creates a new image request, decoding to a maximum specified width and
height.
- ImageRequest - Class in com.android.volley.request
-
A canned request for getting an image at a given URL and calling
back with a decoded Bitmap.
- ImageRequest(String, Resources, ContentResolver, Response.Listener<Bitmap>, int, int, ImageView.ScaleType, Bitmap.Config, Response.ErrorListener) - Constructor for class com.android.volley.request.ImageRequest
-
Creates a new image request, decoding to a maximum specified width and
height.
- ImageRequest(String, Resources, ContentResolver, Response.Listener<Bitmap>, int, int, Bitmap.Config, Response.ErrorListener) - Constructor for class com.android.volley.request.ImageRequest
-
Deprecated.
- ImageUtils - Class in com.android.volley.misc
-
- ImageUtils() - Constructor for class com.android.volley.misc.ImageUtils
-
- ImageUtils.InputStreamFactory - Interface in com.android.volley.misc
-
Utility class for when an InputStream needs to be read multiple times.
- init() - Static method in class com.android.volley.misc.AsyncTask
-
- initDiskCache() - Method in class com.android.volley.cache.DiskLruBasedCache
-
Initializes the disk cache.
- initDiskCacheOnCreate - Variable in class com.android.volley.cache.DiskLruBasedCache.ImageCacheParams
-
- initialize() - Method in class com.android.volley.cache.DiskBasedCache
-
Initializes the DiskBasedCache by scanning for all files currently in the
specified root directory.
- initialize() - Method in class com.android.volley.cache.DiskLruBasedCache
-
- initialize() - Method in interface com.android.volley.Cache
-
Performs any potentially long-running actions needed to initialize the cache;
will be called from a worker thread.
- initialize() - Method in class com.android.volley.cache.NoCache
-
- InputStreamBuffer - Class in com.android.volley.misc
-
Wrapper for InputStream that allows you to read bytes from it like a byte[].
- InputStreamBuffer(InputStream, int, boolean) - Constructor for class com.android.volley.misc.InputStreamBuffer
-
Construct a new wrapper for an InputStream.
- interceptMoveLeft(float, float) - Method in interface com.android.volley.misc.Utils.HorizontallyScrollable
-
Return true if the component needs to receive right-to-left
touch movements.
- interceptMoveLeft(float, float) - Method in class com.android.volley.ui.PhotoView
-
- interceptMoveRight(float, float) - Method in interface com.android.volley.misc.Utils.HorizontallyScrollable
-
Return true if the component needs to receive left-to-right
touch movements.
- interceptMoveRight(float, float) - Method in class com.android.volley.ui.PhotoView
-
- intermediate - Variable in class com.android.volley.Response
-
True if this response was a soft-expired one and a second one MAY be coming.
- invalidate(String, boolean) - Method in class com.android.volley.cache.DiskBasedCache
-
Invalidates an entry in the cache.
- invalidate(String, boolean) - Method in class com.android.volley.cache.DiskLruBasedCache
-
- invalidate(String, boolean) - Method in interface com.android.volley.Cache
-
Invalidates an entry in the cache.
- invalidate(String, boolean) - Method in class com.android.volley.cache.NoCache
-
- invalidate(String) - Method in class com.android.volley.cache.plus.SimpleImageLoader
-
- invalidate(String) - Method in class com.android.volley.cache.SimpleImageLoader
-
Deprecated.
- invalidate(String, ImageView) - Method in class com.android.volley.cache.SimpleImageLoader
-
- invalidateAuthToken(String) - Method in class com.android.volley.toolbox.AndroidAuthenticator
-
- invalidateAuthToken(String) - Method in interface com.android.volley.toolbox.Authenticator
-
Invalidates the provided auth token.
- invalidateBitmap(String) - Method in class com.android.volley.cache.BitmapCache
-
- invalidateBitmap(String) - Method in class com.android.volley.cache.BitmapImageCache
-
- invalidateBitmap(String) - Method in class com.android.volley.cache.DiskLruImageCache
-
- invalidateBitmap(String) - Method in class com.android.volley.cache.LruImageCache
-
- invalidateBitmap(String) - Method in class com.android.volley.cache.plus.BitmapImageCache
-
- invalidateBitmap(String) - Method in interface com.android.volley.cache.plus.ImageCache
-
- invalidateBitmap(String) - Method in interface com.android.volley.toolbox.ImageCache
-
- invalidateDrawable(Drawable) - Method in class com.android.volley.ui.PhotoView
-
- IOUtils - Class in com.android.volley.misc
-
- IOUtils() - Constructor for class com.android.volley.misc.IOUtils
-
- IOUtils.CountingInputStream - Class in com.android.volley.misc
-
- IOUtils.CountingInputStream(InputStream) - Constructor for class com.android.volley.misc.IOUtils.CountingInputStream
-
- isCached(String, int, int) - Method in class com.android.volley.cache.plus.ImageLoader
-
Checks if the item is available in the cache.
- isCached(String) - Method in class com.android.volley.cache.SimpleImageLoader
-
- isCached(String, int, int) - Method in class com.android.volley.toolbox.ImageLoader
-
Checks if the item is available in the cache.
- isCached(String, int, int, ImageView.ScaleType) - Method in class com.android.volley.toolbox.ImageLoader
-
Checks if the item is available in the cache.
- isCanceled() - Method in class com.android.volley.request.ClearCacheRequest
-
- isCanceled() - Method in class com.android.volley.Request
-
Returns true if this request has been canceled.
- isCancelled() - Method in class com.android.volley.misc.AsyncTask
-
Returns true if this task was cancelled before it completed
normally.
- isCancelled() - Method in class com.android.volley.toolbox.RequestFuture
-
- isClosed() - Method in class com.android.volley.misc.DiskLruCache
-
Returns true if this cache has been closed.
- isDone() - Method in class com.android.volley.toolbox.RequestFuture
-
- isExpired() - Method in class com.android.volley.Cache.Entry
-
True if the entry is expired.
- isFixedStreamingMode() - Method in class com.android.volley.request.MultiPartRequest
-
- isGzipContent(HttpResponse) - Static method in class com.android.volley.misc.Utils
-
- isImageMimeType(String) - Static method in class com.android.volley.misc.ImageUtils
-
- isImageTransformsEnabled() - Method in class com.android.volley.ui.PhotoView
-
- isPhotoBound() - Method in class com.android.volley.ui.PhotoView
-
Returns true if a photo has been bound.
- isRepeatable() - Method in class com.android.volley.toolbox.multipart.MultipartEntity
-
- isSpecialType(String) - Static method in class com.android.volley.misc.Utils
-
- isStreaming() - Method in class com.android.volley.toolbox.multipart.MultipartEntity
-
Tells that this entity is not streaming.
- isSuccess() - Method in class com.android.volley.Response
-
Returns whether this response is considered successful.
- isSupportRange(HttpResponse) - Static method in class com.android.volley.misc.Utils
-
- isVideo() - Method in class com.android.volley.ui.PhotoView
-
Returns true if the photo represents a video.
- isVideoReady() - Method in class com.android.volley.ui.PhotoView
-
Returns true if the video is ready to play.
- read() - Method in class com.android.volley.misc.IOUtils.CountingInputStream
-
- read(byte[], int, int) - Method in class com.android.volley.misc.IOUtils.CountingInputStream
-
- read(InputStream) - Static method in class com.android.volley.misc.IOUtils
-
Simple wrapper around InputStream.read() that throws EOFException
instead of returning -1.
- readFully(Reader) - Static method in class com.android.volley.misc.Utils
-
- readInt(InputStream) - Static method in class com.android.volley.misc.IOUtils
-
- readLong(InputStream) - Static method in class com.android.volley.misc.IOUtils
-
- readString(InputStream) - Static method in class com.android.volley.misc.IOUtils
-
- readStringStringMap(InputStream) - Static method in class com.android.volley.misc.IOUtils
-
- RecyclingBitmapDrawable - Class in com.android.volley.ui
-
A BitmapDrawable that keeps track of whether it is being displayed or cached.
- RecyclingBitmapDrawable(Resources, Bitmap) - Constructor for class com.android.volley.ui.RecyclingBitmapDrawable
-
- RecyclingImageView - Class in com.android.volley.ui
-
Sub-class of ImageView which automatically notifies the drawable when it is
being displayed.
- RecyclingImageView(Context) - Constructor for class com.android.volley.ui.RecyclingImageView
-
- RecyclingImageView(Context, AttributeSet) - Constructor for class com.android.volley.ui.RecyclingImageView
-
- RecyclingImageView(Context, AttributeSet, int) - Constructor for class com.android.volley.ui.RecyclingImageView
-
- refreshNeeded() - Method in class com.android.volley.Cache.Entry
-
True if a refresh is needed from the original data source.
- remove(String) - Method in class com.android.volley.cache.DiskBasedCache
-
Removes the specified key from the cache if it exists.
- remove(String) - Method in class com.android.volley.cache.DiskLruBasedCache
-
- remove(String) - Method in class com.android.volley.cache.NoCache
-
- remove(String) - Method in interface com.android.volley.Cache
-
Removes an entry from the cache.
- remove(String) - Method in class com.android.volley.misc.DiskLruCache
-
Drops the entry for key if it exists and can be removed.
- 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(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(int, String, Response.ErrorListener, RetryPolicy) - Constructor for class com.android.volley.Request
-
- Request(int, String, Request.Priority, Response.ErrorListener, RetryPolicy) - Constructor for class com.android.volley.Request
-
Creates a new request with the given method (one of the values from
Request.Method),
URL, priority, error listener and retry policy.
- 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
-
- RequestQueue.RequestFinishedListener<T> - Interface in com.android.volley
-
Callback interface for completed requests.
- RequestTickle - Class in com.android.volley
-
A request tickle for single requests.
- RequestTickle(Cache, Network, ResponseDelivery) - Constructor for class com.android.volley.RequestTickle
-
Creates the worker pool.
- RequestTickle(Cache, Network) - Constructor for class com.android.volley.RequestTickle
-
Creates the worker pool.
- resetTransformations() - Method in class com.android.volley.ui.PhotoView
-
Resets the image transformation to its original value.
- 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.
- Response.ProgressListener - Interface in com.android.volley
-
Callback interface for delivering the progress of the 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.
- 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.
- rotateClockwise() - Method in class com.android.volley.ui.PhotoView
-
Rotates the image 90 degrees, clockwise.
- rotateCounterClockwise() - Method in class com.android.volley.ui.PhotoView
-
Rotates the image 90 degrees, counter clockwise.
- rotateTo(float) - Method in class com.android.volley.ui.PhotoView
-
Rotates the image 90 degrees, counter clockwise.
- rotateTo(float, boolean) - Method in class com.android.volley.ui.PhotoView
-
Rotates the image 90 degrees, counter clockwise.
- run() - Method in class com.android.volley.CacheDispatcher
-
- run() - Method in class com.android.volley.NetworkDispatcher
-
- SCHEME_ANDROID_RESOURCE - Static variable in class com.android.volley.misc.Utils
-
- SCHEME_ASSETS - Static variable in class com.android.volley.misc.Utils
-
- SCHEME_CONTENT - Static variable in class com.android.volley.misc.Utils
-
- SCHEME_FILE - Static variable in class com.android.volley.misc.Utils
-
- SCHEME_VIDEO - Static variable in class com.android.volley.misc.Utils
-
- SEMICOLON_SPACE - Static variable in class com.android.volley.misc.MultipartUtils
-
- SERIAL_EXECUTOR - Static variable in class com.android.volley.misc.AsyncTask
-
An Executor that executes tasks one at a time in serial
order.
- serverDate - Variable in class com.android.volley.Cache.Entry
-
Date of this response as reported by the server.
- ServerError - Exception in com.android.volley.error
-
Indicates that the server responded with an error response.
- ServerError(NetworkResponse) - Constructor for exception com.android.volley.error.ServerError
-
- ServerError() - Constructor for exception com.android.volley.error.ServerError
-
- set(String, ImageLoader.ImageListener, int, int, Bitmap) - Method in class com.android.volley.cache.plus.ImageLoader
-
Issues a bitmap request with the given URL if that image is not available
in the cache, and returns a bitmap container that contains all of the data
relating to the request (as well as the default image if the requested
image is not available).
- set(String, ImageView, Bitmap) - Method in class com.android.volley.cache.plus.SimpleImageLoader
-
- set(String, ImageView, int, Bitmap) - Method in class com.android.volley.cache.plus.SimpleImageLoader
-
- set(String, ImageView, Drawable, Bitmap) - Method in class com.android.volley.cache.plus.SimpleImageLoader
-
- set(String, ImageView, Drawable, int, int, Bitmap) - Method in class com.android.volley.cache.plus.SimpleImageLoader
-
- set(String, ImageView, Bitmap) - Method in class com.android.volley.cache.SimpleImageLoader
-
- set(String, ImageView, int, Bitmap) - Method in class com.android.volley.cache.SimpleImageLoader
-
- set(String, ImageView, Drawable, Bitmap) - Method in class com.android.volley.cache.SimpleImageLoader
-
- set(String, ImageView, Drawable, int, int, Bitmap) - Method in class com.android.volley.cache.SimpleImageLoader
-
- set(int, String) - Method in class com.android.volley.misc.DiskLruCache.Editor
-
Sets the value at index to value.
- set(String, ImageLoader.ImageListener, int, int, ImageView.ScaleType, Bitmap) - Method in class com.android.volley.toolbox.ImageLoader
-
Issues a bitmap request with the given URL if that image is not available
in the cache, and returns a bitmap container that contains all of the data
relating to the request (as well as the default image if the requested
image is not available).
- setBackground(View, Drawable) - Static method in class com.android.volley.misc.ViewCompat
-
- setBatchedResponseDelay(int) - Method in class com.android.volley.cache.plus.ImageLoader
-
Sets the amount of time to wait after the first response arrives before delivering all
responses.
- 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.
- setContetResolver(ContentResolver) - Method in class com.android.volley.toolbox.ImageLoader
-
Set a ContentResolver instance if you need to support content uris for loading images
- setDefaultDrawable(int) - Method in class com.android.volley.cache.plus.SimpleImageLoader
-
A default placeholder image while the image is being fetched and loaded.
- setDefaultDrawable(int) - Method in class com.android.volley.cache.SimpleImageLoader
-
A default placeholder image while the image is being fetched and loaded.
- setDefaultDrawables(ArrayList<Drawable>) - Method in class com.android.volley.cache.plus.SimpleImageLoader
-
A default placeholder image while the image is being fetched and loaded.
- setDefaultDrawables(ArrayList<Drawable>) - Method in class com.android.volley.cache.SimpleImageLoader
-
A default placeholder image while the image is being fetched and loaded.
- setDefaultExecutor(Executor) - Static method in class com.android.volley.misc.AsyncTask
-
- setDefaultImageOrNull() - Method in class com.android.volley.ui.NetworkImageView
-
- setDefaultImageOrNull() - Method in class com.android.volley.ui.NetworkImageViewPlus
-
- setDefaultImageOrNull() - Method in class com.android.volley.ui.PhotoView
-
- setDefaultImageResId(int) - Method in class com.android.volley.ui.NetworkImageView
-
Sets the default image resource ID to be used for this view until the attempt to load it
completes.
- setDefaultImageResId(int) - Method in class com.android.volley.ui.NetworkImageViewPlus
-
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.ui.NetworkImageView
-
Sets the error image resource ID to be used for this view in the event that the image
requested fails to load.
- setErrorImageResId(int) - Method in class com.android.volley.ui.NetworkImageViewPlus
-
Sets the error image resource ID to be used for this view in the event that the image
requested fails to load.
- setFadeInImage(boolean) - Method in class com.android.volley.cache.plus.SimpleImageLoader
-
- setFadeInImage(boolean) - Method in class com.android.volley.cache.SimpleImageLoader
-
- setFadeInImage(boolean) - Method in class com.android.volley.ui.NetworkImageView
-
- setFadeInImage(boolean) - Method in class com.android.volley.ui.NetworkImageViewPlus
-
- setFixedHeight(int) - Method in class com.android.volley.ui.PhotoView
-
Forces a fixed height for this view.
- setFixedStreamingMode(boolean) - Method in class com.android.volley.request.MultiPartRequest
-
- setFullScreen(boolean, boolean) - Method in class com.android.volley.ui.PhotoView
-
Hides the photo info portion of the header.
- setHeaders(<any>) - Method in class com.android.volley.cache.plus.ImageLoader
-
- setHeaders(Map<String, String>) - Method in class com.android.volley.Request
-
Add any request headers here
- setHeaders(<any>) - Method in class com.android.volley.toolbox.ImageLoader
-
- setImageDrawable(Drawable) - Method in class com.android.volley.ui.RecyclingImageView
-
- setImageListener(Response.Listener<Bitmap>) - Method in class com.android.volley.ui.NetworkImageView
-
- setImageListener(Response.Listener<BitmapDrawable>) - Method in class com.android.volley.ui.NetworkImageViewPlus
-
- setImageSuccess(String, BitmapDrawable) - Method in class com.android.volley.cache.plus.ImageLoader
-
Handler for when an image was successfully loaded.
- setImageSuccess(String, Bitmap) - Method in class com.android.volley.toolbox.ImageLoader
-
Handler for when an image was successfully loaded.
- setImageUrl(String, ImageLoader) - Method in class com.android.volley.ui.NetworkImageView
-
Sets URL of the image that should be loaded into this view.
- setImageUrl(String, ImageLoader) - Method in class com.android.volley.ui.NetworkImageViewPlus
-
Sets URL of the image that should be loaded into this view.
- setIsCached(boolean) - Method in class com.android.volley.ui.RecyclingBitmapDrawable
-
Notify the drawable that the cache state has changed.
- setIsDisplayed(boolean) - Method in class com.android.volley.ui.RecyclingBitmapDrawable
-
Notify the drawable that the displayed state has changed.
- setListener(Response.ProgressListener) - Method in class com.android.volley.toolbox.multipart.MultipartProgressEntity
-
- setMaxImageSize(int, int) - Method in class com.android.volley.cache.plus.SimpleImageLoader
-
- setMaxImageSize(int) - Method in class com.android.volley.cache.plus.SimpleImageLoader
-
- setMaxImageSize(int, int) - Method in class com.android.volley.cache.SimpleImageLoader
-
- setMaxImageSize(int) - Method in class com.android.volley.cache.SimpleImageLoader
-
- setMaxImageSize(int, int) - Method in class com.android.volley.ui.NetworkImageView
-
- setMaxImageSize(int) - Method in class com.android.volley.ui.NetworkImageView
-
- setMaxImageSize(int, int) - Method in class com.android.volley.ui.NetworkImageViewPlus
-
- setMaxImageSize(int) - Method in class com.android.volley.ui.NetworkImageViewPlus
-
- setMaxInitialScale(float) - Method in class com.android.volley.ui.PhotoView
-
- setMaxSize(long) - Method in class com.android.volley.misc.DiskLruCache
-
Changes the maximum number of bytes the cache can store and queues a job
to trim the existing store, if necessary.
- setMemCacheSizePercent(float) - Method in class com.android.volley.cache.DiskLruBasedCache.ImageCacheParams
-
Sets the memory cache size based on a percentage of the max available VM memory.
- setNetworkTimeMs(long) - Method in exception com.android.volley.error.VolleyError
-
- setObject(Object) - Method in class com.android.volley.cache.BitmapCache.RetainFragment
-
Store a single object in this Fragment.
- setObject(Object) - Method in class com.android.volley.cache.BitmapImageCache.RetainFragment
-
Store a single object in this Fragment.
- setObject(Object) - Method in class com.android.volley.cache.plus.BitmapImageCache.RetainFragment
-
Store a single object in this Fragment.
- setOnClickListener(View.OnClickListener) - Method in class com.android.volley.ui.PhotoView
-
- setOnProgressListener(Response.ProgressListener) - Method in class com.android.volley.request.DownloadRequest
-
Set listener for tracking download progress
- setOnProgressListener(Response.ProgressListener) - Method in class com.android.volley.request.MultiPartRequest
-
Set listener for tracking download progress
- setParams(Map<String, String>) - Method in class com.android.volley.Request
-
Sets the parameters to be added to the request body in case of a
POST or PUT request, or appended to the URL in case of GET request
- setPriority(Request.Priority) - Method in class com.android.volley.Request
-
Sets the priority for this request
- 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.
- setResetImageUrl(String, ImageLoader) - Method in class com.android.volley.ui.NetworkImageView
-
- setResetImageUrl(String, ImageLoader) - Method in class com.android.volley.ui.NetworkImageViewPlus
-
- setResources(Resources) - Method in class com.android.volley.cache.plus.ImageLoader
-
Set a Resources instance if you need to support resource uris for loading images
- setResources(ContentResolver) - Method in class com.android.volley.cache.plus.ImageLoader
-
Set a ContentResolver instance if you need to support content uris for loading images
- setResources(Resources) - Method in class com.android.volley.toolbox.ImageLoader
-
Set a Resources instance if you need to support resource uris for loading images
- setRetryPolicy(RetryPolicy) - Method in class com.android.volley.Request
-
Sets the retry policy for this request.
- setRotationDegree(float) - Method in class com.android.volley.ui.PhotoView
-
- 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.
- 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.
- shouldCache() - Method in class com.android.volley.Request
-
Returns true if responses to this request should be cached.
- shouldOverridePatch() - Method in class com.android.volley.Request
-
Returns true if responses to this request should be cached.
- SimpleImageLoader - Class in com.android.volley.cache.plus
-
A class that wraps up remote image loading requests using the Volley library combined with a
memory cache.
- SimpleImageLoader(RequestQueue) - Constructor for class com.android.volley.cache.plus.SimpleImageLoader
- SimpleImageLoader(RequestQueue, ImageCache) - Constructor for class com.android.volley.cache.plus.SimpleImageLoader
- SimpleImageLoader(RequestQueue, ImageCache, Resources) - Constructor for class com.android.volley.cache.plus.SimpleImageLoader
- SimpleImageLoader(FragmentActivity) - Constructor for class com.android.volley.cache.plus.SimpleImageLoader
-
Creates an ImageLoader with Bitmap memory cache.
- SimpleImageLoader(FragmentActivity, DiskLruBasedCache.ImageCacheParams) - Constructor for class com.android.volley.cache.plus.SimpleImageLoader
-
Creates an ImageLoader with Bitmap memory cache.
- SimpleImageLoader - Class in com.android.volley.cache
-
A class that wraps up remote image loading requests using the Volley library combined with a
memory cache.
- SimpleImageLoader(RequestQueue) - Constructor for class com.android.volley.cache.SimpleImageLoader
- SimpleImageLoader(RequestQueue, ImageCache) - Constructor for class com.android.volley.cache.SimpleImageLoader
- SimpleImageLoader(RequestQueue, ImageCache, Resources) - Constructor for class com.android.volley.cache.SimpleImageLoader
- SimpleImageLoader(FragmentActivity) - Constructor for class com.android.volley.cache.SimpleImageLoader
-
Creates an ImageLoader with Bitmap memory cache.
- SimpleImageLoader(FragmentActivity, DiskLruBasedCache.ImageCacheParams) - Constructor for class com.android.volley.cache.SimpleImageLoader
-
Creates an ImageLoader with Bitmap memory cache.
- SimpleImageLoader.ImageLoaderProvider - Interface in com.android.volley.cache.plus
-
Interface an activity can implement to provide an ImageLoader to its children fragments.
- SimpleImageLoader.ImageLoaderProvider - Interface in com.android.volley.cache
-
Interface an activity can implement to provide an ImageLoader to its children fragments.
- SimpleMultiPartRequest - Class in com.android.volley.request
-
A Simple request for making a Multi Part request whose response is retrieve as String
- SimpleMultiPartRequest(int, String, Response.Listener<String>, Response.ErrorListener) - Constructor for class com.android.volley.request.SimpleMultiPartRequest
-
Creates a new request with the given method.
- SimpleMultiPartRequest(String, Response.Listener<String>, Response.ErrorListener) - Constructor for class com.android.volley.request.SimpleMultiPartRequest
-
Creates a new GET request.
- size() - Method in class com.android.volley.misc.DiskLruCache
-
Returns the number of bytes currently being used to store the values in
this cache.
- softTtl - Variable in class com.android.volley.Cache.Entry
-
Soft TTL for this record.
- start() - Method in class com.android.volley.RequestQueue
-
Starts the dispatchers in this queue.
- start() - Method in class com.android.volley.RequestTickle
-
- startProcessingQueue() - Method in class com.android.volley.cache.plus.SimpleImageLoader
-
- startProcessingQueue() - Method in class com.android.volley.cache.SimpleImageLoader
-
- 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.
- stopProcessingQueue() - Method in class com.android.volley.cache.plus.SimpleImageLoader
-
- stopProcessingQueue() - Method in class com.android.volley.cache.SimpleImageLoader
-
- streamToBytes(InputStream, int) - Static method in class com.android.volley.misc.IOUtils
-
Reads the contents of an InputStream into a byte[].
- StringPart - Class in com.android.volley.toolbox.multipart
-
- StringPart(String, String, String) - Constructor for class com.android.volley.toolbox.multipart.StringPart
-
- StringPart(String, String) - Constructor for class com.android.volley.toolbox.multipart.StringPart
-
Default "ISO-8859-1" charset is used.
- StringRequest - Class in com.android.volley.request
-
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.request.StringRequest
-
Creates a new request with the given method.
- StringRequest(String, Response.Listener<String>, Response.ErrorListener) - Constructor for class com.android.volley.request.StringRequest
-
Creates a new GET request.
- success(T, Cache.Entry) - Static method in class com.android.volley.Response
-
Returns a successful response containing the parsed result.