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

A

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
 

B

BasicNetwork - Class in com.android.volley.toolbox
A network performing Volley requests over an HttpStack.
BasicNetwork(HttpStack) - Constructor for class com.android.volley.toolbox.BasicNetwork
 
BasicNetwork(HttpStack, ByteArrayPool) - Constructor for class com.android.volley.toolbox.BasicNetwork
 
beginSection(String) - Static method in class com.android.volley.misc.Trace
Begins systrace tracing for a given tag.
BINARY - Static variable in class com.android.volley.misc.MultipartUtils
 
BINARY_LENGTH - Static variable in class com.android.volley.misc.MultipartUtils
 
bindDrawable(Drawable) - Method in class com.android.volley.ui.PhotoView
 
bindPhoto(Bitmap) - Method in class com.android.volley.ui.PhotoView
Binds a bitmap to the view.
bindResource(int) - Method in class com.android.volley.ui.PhotoView
 
BitmapCache - Class in com.android.volley.cache
This class holds our bitmap caches (memory and disk).
BitmapCache.RetainFragment - Class in com.android.volley.cache
A simple non-UI Fragment that stores a single Object and is retained over configuration changes.
BitmapCache.RetainFragment() - Constructor for class com.android.volley.cache.BitmapCache.RetainFragment
Empty constructor as per the Fragment documentation
BitmapImageCache - Class in com.android.volley.cache
This class holds our bitmap caches (memory and disk).
BitmapImageCache(int) - Constructor for class com.android.volley.cache.BitmapImageCache
Don't instantiate this class directly, use #getInstance(android.support.v4.app.FragmentManager, float).
BitmapImageCache - Class in com.android.volley.cache.plus
This class holds our bitmap caches (memory and disk).
BitmapImageCache.RetainFragment - Class in com.android.volley.cache
A simple non-UI Fragment that stores a single Object and is retained over configuration changes.
BitmapImageCache.RetainFragment() - Constructor for class com.android.volley.cache.BitmapImageCache.RetainFragment
Empty constructor as per the Fragment documentation
BitmapImageCache.RetainFragment - Class in com.android.volley.cache.plus
A simple non-UI Fragment that stores a single Object and is retained over configuration changes.
BitmapImageCache.RetainFragment() - Constructor for class com.android.volley.cache.plus.BitmapImageCache.RetainFragment
Empty constructor as per the Fragment documentation
BOUNDARY_PREFIX - Static variable in class com.android.volley.misc.MultipartUtils
 
BOUNDARY_PREFIX_LENGTH - Static variable in class com.android.volley.misc.MultipartUtils
 
BUF_COMPARATOR - Static variable in class com.android.volley.toolbox.ByteArrayPool
Compares buffers by size
ByteArrayPool - Class in com.android.volley.toolbox
ByteArrayPool is a source and repository of byte[] objects.
ByteArrayPool(int) - Constructor for class com.android.volley.toolbox.ByteArrayPool
 
ByteRequest - Class in com.android.volley.request
 
ByteRequest(String, Response.Listener<byte[]>, Response.ErrorListener) - Constructor for class com.android.volley.request.ByteRequest
Creates a new GET request.
ByteRequest(int, String, Response.Listener<byte[]>, Response.ErrorListener) - Constructor for class com.android.volley.request.ByteRequest
Creates a new request with the given method.

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
 
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
Clears Cache.
clearCache() - Method in class com.android.volley.cache.SimpleImageLoader
Clears Cache.
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
Closes Cache.
closeCache() - Method in class com.android.volley.cache.SimpleImageLoader
Closes Cache.
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

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
 

E

e(String, Object...) - Static method in class com.android.volley.VolleyLog
 
e(Throwable, String, Object...) - Static method in class com.android.volley.VolleyLog
 
edit(String) - Method in class com.android.volley.misc.DiskLruCache
Returns an editor for the entry named key, or null if another edit is in progress.
edit() - Method in class com.android.volley.misc.DiskLruCache.Snapshot
Returns an editor for this snapshot's entry, or null if either the entry has changed since this snapshot was created or if another edit is in progress.
EIGHT_BIT - Static variable in class com.android.volley.misc.MultipartUtils
 
enableAllowCrop(boolean) - Method in class com.android.volley.ui.PhotoView
Enable or disable cropping of the displayed image.
enableImageTransforms(boolean) - Method in class com.android.volley.ui.PhotoView
Enable or disable image transformations.
enableStrictMode() - Static method in class com.android.volley.misc.Utils
 
encode(String, String) - Static method in class com.android.volley.toolbox.multipart.UrlEncodingHelper
 
endSection() - Static method in class com.android.volley.misc.Trace
Ends systrace tracing for the most recently begun section.
error - Variable in class com.android.volley.Response
Detailed error information if errorCode != OK.
error(VolleyError) - Static method in class com.android.volley.Response
Returns a failed response containing the given error code and an optional localized message displayed to the user.
etag - Variable in class com.android.volley.Cache.Entry
ETag for cache coherency.
execute(Params...) - Method in class com.android.volley.misc.AsyncTask
Executes the task with the specified parameters.
execute(Runnable) - Static method in class com.android.volley.misc.AsyncTask
Convenience version of AsyncTask.execute(Object...) for use with a simple Runnable object.
executeOnExecutor(Executor, Params...) - Method in class com.android.volley.misc.AsyncTask
Executes the task with the specified parameters.
ExecutorDelivery - Class in com.android.volley
Delivers responses and errors.
ExecutorDelivery(Handler) - Constructor for class com.android.volley.ExecutorDelivery
Creates a new response delivery interface.
ExecutorDelivery(Executor) - Constructor for class com.android.volley.ExecutorDelivery
Creates a new response delivery interface, mockable version for testing.
Exif - Class in com.android.volley.misc
 
Exif() - Constructor for class com.android.volley.misc.Exif
 

F

FILENAME - Static variable in class com.android.volley.misc.MultipartUtils
 
FilePart - Class in com.android.volley.toolbox.multipart
 
FilePart(String, File, String, String) - Constructor for class com.android.volley.toolbox.multipart.FilePart
 
finalize() - Method in class com.android.volley.toolbox.PoolingByteArrayOutputStream
 
findBestSampleSize(int, int, int, int) - Static method in class com.android.volley.misc.ImageUtils
Returns the largest power-of-two divisor for use in downscaling a bitmap that will not result in the scaling past the desired dimensions.
flush() - Method in class com.android.volley.cache.DiskBasedCache
 
flush() - Method in class com.android.volley.cache.DiskLruBasedCache
Flushes the disk cache associated with this ImageCache object.
flush() - Method in interface com.android.volley.Cache
Flushes the cache.
flush() - Method in class com.android.volley.cache.NoCache
 
flush() - Method in class com.android.volley.misc.DiskLruCache
Force buffered operations to the filesystem.
flush() - Method in class com.android.volley.toolbox.multipart.OutputStreamProgress
 
flushCache() - Method in class com.android.volley.cache.plus.SimpleImageLoader
Flushed Cache and clears ImageCache.
flushCache() - Method in class com.android.volley.cache.SimpleImageLoader
Flushed Cache and clears ImageCache.
FORM_DATA - Static variable in class com.android.volley.misc.MultipartUtils
 

G

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
Find and return an existing BitmapCache stored in a BitmapCache.RetainFragment, if not found a new one is created using the supplied params and saved to a BitmapCache.RetainFragment.
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
Find and return an existing BitmapCache stored in a BitmapImageCache.RetainFragment, if not found a new one is created using the supplied params and saved to a BitmapImageCache.RetainFragment.
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
Find and return an existing BitmapCache stored in a BitmapImageCache.RetainFragment, if not found a new one is created using the supplied params and saved to a BitmapImageCache.RetainFragment.
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
Deprecated.
Use Request.getBody() instead.
getPostBody() - Method in class com.android.volley.request.JsonRequest
Deprecated.
getPostBodyContentType() - Method in class com.android.volley.Request
Deprecated.
getPostBodyContentType() - Method in class com.android.volley.request.JsonRequest
getPostParams() - Method in class com.android.volley.Request
Deprecated.
Use Request.getParams() instead.
getPostParamsEncoding() - Method in class com.android.volley.Request
Deprecated.
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
Returns the Request.Priority of this request; Request.Priority.NORMAL by default.
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.

H

has(int) - Method in class com.android.volley.misc.InputStreamBuffer
Attempt to return whether the requested index is within the size of the wrapped input stream.
hasAttemptRemaining() - Method in class com.android.volley.DefaultRetryPolicy
Returns true if this policy has attempts remaining, false otherwise.
hasFroyo() - Static method in class com.android.volley.misc.Utils
 
hasGingerbread() - Static method in class com.android.volley.misc.Utils
 
hasGingerbreadMR1() - Static method in class com.android.volley.misc.Utils
 
hasHadResponseDelivered() - Method in class com.android.volley.Request
Returns true if this request has had a response delivered for it.
hashKeyForDisk(String) - Static method in class com.android.volley.cache.DiskLruBasedCache
A hashing method that changes a string (like a URL) into a hash suitable for using as a disk filename.
hasHoneycomb() - Static method in class com.android.volley.misc.Utils
 
hasHoneycombMR1() - Static method in class com.android.volley.misc.Utils
 
hasJellyBean() - Static method in class com.android.volley.misc.Utils
 
hasJellyBeanMR2() - Static method in class com.android.volley.misc.Utils
 
hasKitKat() - Static method in class com.android.volley.misc.Utils
 
HEAD - Static variable in interface com.android.volley.Request.Method
 
HEADER_CONTENT_DISPOSITION - Static variable in class com.android.volley.misc.MultipartUtils
 
HEADER_CONTENT_DISPOSITION_LENGTH - Static variable in class com.android.volley.misc.MultipartUtils
 
HEADER_CONTENT_TRANSFER_ENCODING - Static variable in class com.android.volley.misc.MultipartUtils
 
HEADER_CONTENT_TRANSFER_ENCODING_LENGTH - Static variable in class com.android.volley.misc.MultipartUtils
 
HEADER_CONTENT_TYPE - Static variable in class com.android.volley.misc.MultipartUtils
 
HEADER_CONTENT_TYPE_LENGTH - Static variable in class com.android.volley.misc.MultipartUtils
 
HEADER_USER_AGENT - Static variable in class com.android.volley.misc.MultipartUtils
 
headers - Variable in class com.android.volley.NetworkResponse
Response headers.
HttpClientStack - Class in com.android.volley.toolbox
An HttpStack that performs request over an HttpClient.
HttpClientStack(HttpClient) - Constructor for class com.android.volley.toolbox.HttpClientStack
 
HttpClientStack.HttpPatch - Class in com.android.volley.toolbox
The HttpPatch class does not exist in the Android framework, so this has been defined here.
HttpClientStack.HttpPatch() - Constructor for class com.android.volley.toolbox.HttpClientStack.HttpPatch
 
HttpClientStack.HttpPatch(URI) - Constructor for class com.android.volley.toolbox.HttpClientStack.HttpPatch
 
HttpClientStack.HttpPatch(String) - Constructor for class com.android.volley.toolbox.HttpClientStack.HttpPatch
 
HttpHeaderParser - Class in com.android.volley.toolbox
Utility methods for parsing HTTP headers.
HttpHeaderParser() - Constructor for class com.android.volley.toolbox.HttpHeaderParser
 
HttpStack - Interface in com.android.volley.toolbox
An HTTP stack abstraction.
HurlStack - Class in com.android.volley.toolbox
An HttpStack based on HttpURLConnection.
HurlStack() - Constructor for class com.android.volley.toolbox.HurlStack
 
HurlStack(HurlStack.UrlRewriter) - Constructor for class com.android.volley.toolbox.HurlStack
 
HurlStack(HurlStack.UrlRewriter, SSLSocketFactory) - Constructor for class com.android.volley.toolbox.HurlStack
 
HurlStack(HurlStack.UrlRewriter, SSLSocketFactory, String) - Constructor for class com.android.volley.toolbox.HurlStack
 
HurlStack.UrlRewriter - Interface in com.android.volley.toolbox
An interface for transforming URLs before use.

I

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.

J

JsonArrayRequest - Class in com.android.volley.request
A request for retrieving a JSONArray response body at a given URL.
JsonArrayRequest(String, Response.Listener<JSONArray>, Response.ErrorListener) - Constructor for class com.android.volley.request.JsonArrayRequest
Creates a new request.
JsonArrayRequest(int, String, JSONArray, Response.Listener<JSONArray>, Response.ErrorListener) - Constructor for class com.android.volley.request.JsonArrayRequest
Creates a new request.
JsonObjectRequest - Class in com.android.volley.request
A request for retrieving a JSONObject response body at a given URL, allowing for an optional JSONObject to be passed in as part of the request body.
JsonObjectRequest(int, String, JSONObject, Response.Listener<JSONObject>, Response.ErrorListener) - Constructor for class com.android.volley.request.JsonObjectRequest
Creates a new request.
JsonObjectRequest(String, JSONObject, Response.Listener<JSONObject>, Response.ErrorListener) - Constructor for class com.android.volley.request.JsonObjectRequest
Constructor which defaults to GET if jsonRequest is null, POST otherwise.
JsonRequest<T> - Class in com.android.volley.request
A request for retrieving a T type response body at a given URL that also optionally sends along a JSON body in the request specified.
JsonRequest(String, String, Response.Listener<T>, Response.ErrorListener) - Constructor for class com.android.volley.request.JsonRequest
Deprecated.
Use #JsonRequest(int, String, String, Listener, ErrorListener).
JsonRequest(int, String, String, Response.Listener<T>, Response.ErrorListener) - Constructor for class com.android.volley.request.JsonRequest
 

L

lastModified - Variable in class com.android.volley.Cache.Entry
The last modified date for the requested object.
loadImageIfNecessary(boolean) - Method in class com.android.volley.ui.PhotoView
Loads the image for the view if it isn't already loaded.
loadInBackground() - Method in class com.android.volley.AsyncRequestLoader
 
logError(String, String, long) - Method in class com.android.volley.toolbox.BasicNetwork
 
LruImageCache - Class in com.android.volley.cache
Basic implementation of a Bitmap LRU cache to use with ImageLoader.ImageLoader(com.android.volley.RequestQueue) Added by Vinay S Shenoy on 19/5/13
LruImageCache() - Constructor for class com.android.volley.cache.LruImageCache
 

M

makeImageRequest(String, int, int, String) - Method in class com.android.volley.cache.plus.ImageLoader
 
makeImageRequest(String, int, int, ImageView.ScaleType, String) - Method in class com.android.volley.toolbox.ImageLoader
 
markDelivered() - Method in class com.android.volley.Request
Mark this request as having a response delivered on it.
mClient - Variable in class com.android.volley.toolbox.HttpClientStack
 
memCacheSize - Variable in class com.android.volley.cache.DiskLruBasedCache.ImageCacheParams
 
memoryCacheEnabled - Variable in class com.android.volley.cache.DiskLruBasedCache.ImageCacheParams
 
METHOD_NAME - Static variable in class com.android.volley.toolbox.HttpClientStack.HttpPatch
 
mHttpStack - Variable in class com.android.volley.toolbox.BasicNetwork
 
mImageContainer - Variable in class com.android.volley.ui.NetworkImageView
Current ImageContainer.
mImageContainer - Variable in class com.android.volley.ui.NetworkImageViewPlus
Current ImageContainer.
mImageLoader - Variable in class com.android.volley.ui.NetworkImageView
Local copy of the ImageLoader.
mImageLoader - Variable in class com.android.volley.ui.NetworkImageViewPlus
Local copy of the ImageLoader.
mPool - Variable in class com.android.volley.toolbox.BasicNetwork
 
MultipartEntity - Class in com.android.volley.toolbox.multipart
 
MultipartEntity(String) - Constructor for class com.android.volley.toolbox.multipart.MultipartEntity
 
MultipartEntity() - Constructor for class com.android.volley.toolbox.multipart.MultipartEntity
 
MultipartProgressEntity - Class in com.android.volley.toolbox.multipart
 
MultipartProgressEntity() - Constructor for class com.android.volley.toolbox.multipart.MultipartProgressEntity
 
MultiPartRequest<T> - Class in com.android.volley.request
A request for making a Multi Part request
MultiPartRequest(int, String, Response.Listener<T>, Response.ErrorListener) - Constructor for class com.android.volley.request.MultiPartRequest
Creates a new request with the given method.
MultiPartRequest.MultiPartParam - Class in com.android.volley.request
A representation of a MultiPart parameter
MultiPartRequest.MultiPartParam(String, String) - Constructor for class com.android.volley.request.MultiPartRequest.MultiPartParam
Initialize a multipart request param with the value and content type
MultipartUtils - Class in com.android.volley.misc
Created by HaKr on 08/02/15.
MultipartUtils() - Constructor for class com.android.volley.misc.MultipartUtils
 
mUrl - Variable in class com.android.volley.ui.NetworkImageView
The URL of the network image to load
mUrl - Variable in class com.android.volley.ui.NetworkImageViewPlus
The URL of the network image to load

N

NetUtils - Class in com.android.volley.misc
 
NetUtils() - Constructor for class com.android.volley.misc.NetUtils
 
Network - Interface in com.android.volley
An interface for performing requests.
NetworkDispatcher - Class in com.android.volley
Provides a thread for performing network dispatch from a queue of requests.
NetworkDispatcher(BlockingQueue<Request<?>>, Network, Cache, ResponseDelivery) - Constructor for class com.android.volley.NetworkDispatcher
Creates a new network dispatcher thread.
NetworkError - Exception in com.android.volley.error
Indicates that there was a network error when performing a Volley request.
NetworkError() - Constructor for exception com.android.volley.error.NetworkError
 
NetworkError(Throwable) - Constructor for exception com.android.volley.error.NetworkError
 
NetworkError(NetworkResponse) - Constructor for exception com.android.volley.error.NetworkError
 
NetworkError(NetworkResponse, Throwable) - Constructor for exception com.android.volley.error.NetworkError
 
NetworkImageView - Class in com.android.volley.ui
Handles fetching an image from a URL as well as the life-cycle of the associated request.
NetworkImageView(Context) - Constructor for class com.android.volley.ui.NetworkImageView
 
NetworkImageView(Context, AttributeSet) - Constructor for class com.android.volley.ui.NetworkImageView
 
NetworkImageView(Context, AttributeSet, int) - Constructor for class com.android.volley.ui.NetworkImageView
 
NetworkImageViewPlus - Class in com.android.volley.ui
Handles fetching an image from a URL as well as the life-cycle of the associated request.
NetworkImageViewPlus(Context) - Constructor for class com.android.volley.ui.NetworkImageViewPlus
 
NetworkImageViewPlus(Context, AttributeSet) - Constructor for class com.android.volley.ui.NetworkImageViewPlus
 
NetworkImageViewPlus(Context, AttributeSet, int) - Constructor for class com.android.volley.ui.NetworkImageViewPlus
 
networkResponse - Variable in exception com.android.volley.error.VolleyError
 
NetworkResponse - Class in com.android.volley
Data and headers returned from Network.performRequest(Request).
NetworkResponse(int, byte[], Map<String, String>, boolean, long) - Constructor for class com.android.volley.NetworkResponse
Creates a new network response.
NetworkResponse(int, byte[], Map<String, String>, boolean) - Constructor for class com.android.volley.NetworkResponse
 
NetworkResponse(byte[]) - Constructor for class com.android.volley.NetworkResponse
 
NetworkResponse(byte[], Map<String, String>) - Constructor for class com.android.volley.NetworkResponse
 
networkTimeMs - Variable in class com.android.volley.NetworkResponse
Network roundtrip time in milliseconds.
newFuture() - Static method in class com.android.volley.toolbox.RequestFuture
 
newInputStream(int) - Method in class com.android.volley.misc.DiskLruCache.Editor
Returns an unbuffered input stream to read the last committed value, or null if no value has been committed.
newOutputStream(int) - Method in class com.android.volley.misc.DiskLruCache.Editor
Returns a new unbuffered output stream to write the value at index.
newRequestQueue(Context, HttpStack) - Static method in class com.android.volley.toolbox.Volley
Creates a default instance of the worker pool and calls RequestQueue.start() on it.
newRequestQueue(Context) - Static method in class com.android.volley.toolbox.Volley
Creates a default instance of the worker pool and calls RequestQueue.start() on it.
newRequestTickle(Context, HttpStack) - Static method in class com.android.volley.toolbox.VolleyTickle
Creates a default instance of the worker pool and calls RequestTickle.start() on it.
newRequestTickle(Context) - Static method in class com.android.volley.toolbox.VolleyTickle
Creates a default instance of the worker pool and calls RequestTickle.start() on it.
NoCache - Class in com.android.volley.cache
A cache that doesn't.
NoCache() - Constructor for class com.android.volley.cache.NoCache
 
NoConnectionError - Exception in com.android.volley.error
Error indicating that no connection could be established when performing a Volley request.
NoConnectionError() - Constructor for exception com.android.volley.error.NoConnectionError
 
NoConnectionError(NetworkResponse) - Constructor for exception com.android.volley.error.NoConnectionError
 
NoConnectionError(NetworkResponse, Throwable) - Constructor for exception com.android.volley.error.NoConnectionError
 
NoConnectionError(Throwable) - Constructor for exception com.android.volley.error.NoConnectionError
 
notModified - Variable in class com.android.volley.NetworkResponse
True if the server returned a 304 (Not Modified).

O

onCanceled(T) - Method in class com.android.volley.AsyncRequestLoader
 
onCancelled(Result) - Method in class com.android.volley.misc.AsyncTask
Runs on the UI thread after AsyncTask.cancel(boolean) is invoked and AsyncTask.doInBackground(Object[]) has finished.
onCancelled() - Method in class com.android.volley.misc.AsyncTask
Applications should preferably override AsyncTask.onCancelled(Object).
onCreate() - Method in class com.android.volley.ApplicationController
 
onCreate(Bundle) - Method in class com.android.volley.cache.BitmapCache.RetainFragment
 
onCreate(Bundle) - Method in class com.android.volley.cache.BitmapImageCache.RetainFragment
 
onCreate(Bundle) - Method in class com.android.volley.cache.plus.BitmapImageCache.RetainFragment
 
onDetachedFromWindow() - Method in class com.android.volley.ui.NetworkImageView
 
onDetachedFromWindow() - Method in class com.android.volley.ui.NetworkImageViewPlus
 
onDetachedFromWindow() - Method in class com.android.volley.ui.RecyclingImageView
 
onDoubleTap(MotionEvent) - Method in class com.android.volley.ui.PhotoView
 
onDoubleTapEvent(MotionEvent) - Method in class com.android.volley.ui.PhotoView
 
onDown(MotionEvent) - Method in class com.android.volley.ui.PhotoView
 
onDraw(Canvas) - Method in class com.android.volley.ui.PhotoView
 
onErrorResponse(VolleyError) - Method in interface com.android.volley.Response.ErrorListener
Callback method that an error has been occurred with the provided error code and optional user-readable message.
onErrorResponse(VolleyError) - Method in class com.android.volley.toolbox.RequestFuture
 
onFling(MotionEvent, MotionEvent, float, float) - Method in class com.android.volley.ui.PhotoView
 
onGetImageError(String, VolleyError) - Method in class com.android.volley.cache.plus.ImageLoader
Handler for when an image failed to load.
onGetImageError(String, VolleyError) - Method in class com.android.volley.toolbox.ImageLoader
Handler for when an image failed to load.
onGetImageSuccess(String, BitmapDrawable) - Method in class com.android.volley.cache.plus.ImageLoader
Handler for when an image was successfully loaded.
onGetImageSuccess(String, Bitmap) - Method in class com.android.volley.toolbox.ImageLoader
Handler for when an image was successfully loaded.
onLayout(boolean, int, int, int, int) - Method in class com.android.volley.ui.NetworkImageView
 
onLayout(boolean, int, int, int, int) - Method in class com.android.volley.ui.NetworkImageViewPlus
 
onLayout(boolean, int, int, int, int) - Method in class com.android.volley.ui.PhotoView
 
onLongPress(MotionEvent) - Method in class com.android.volley.ui.PhotoView
 
onMeasure(int, int) - Method in class com.android.volley.ui.PhotoView
 
onPostExecute(Result) - Method in class com.android.volley.misc.AsyncTask
Runs on the UI thread after AsyncTask.doInBackground(Params...).
onPreExecute() - Method in class com.android.volley.misc.AsyncTask
Runs on the UI thread before AsyncTask.doInBackground(Params...).
onPrepareRequest(HttpUriRequest) - Method in class com.android.volley.toolbox.HttpClientStack
Called before the request is executed using the underlying HttpClient.
onProgress(long, long) - Method in class com.android.volley.request.DownloadRequest
 
onProgress(long, long) - Method in class com.android.volley.request.MultiPartRequest
 
onProgress(long, long) - Method in interface com.android.volley.Response.ProgressListener
Callback method thats called on each byte transfer.
onProgressUpdate(Progress...) - Method in class com.android.volley.misc.AsyncTask
Runs on the UI thread after AsyncTask.publishProgress(Progress...) is invoked.
onRequestFinished(Request<T>) - Method in interface com.android.volley.RequestQueue.RequestFinishedListener
Called when a request has finished processing.
onReset() - Method in class com.android.volley.AsyncRequestLoader
 
onResponse(ImageLoader.ImageContainer, boolean) - Method in interface com.android.volley.cache.plus.ImageLoader.ImageListener
Listens for non-error changes to the loading of the image request.
onResponse(T) - Method in interface com.android.volley.Response.Listener
Called when a response is received.
onResponse(ImageLoader.ImageContainer, boolean) - Method in interface com.android.volley.toolbox.ImageLoader.ImageListener
Listens for non-error changes to the loading of the image request.
onResponse(T) - Method in class com.android.volley.toolbox.RequestFuture
 
onScale(ScaleGestureDetector) - Method in class com.android.volley.ui.PhotoView
 
onScaleBegin(ScaleGestureDetector) - Method in class com.android.volley.ui.PhotoView
 
onScaleEnd(ScaleGestureDetector) - Method in class com.android.volley.ui.PhotoView
 
onScroll(MotionEvent, MotionEvent, float, float) - Method in class com.android.volley.ui.PhotoView
 
onShowPress(MotionEvent) - Method in class com.android.volley.ui.PhotoView
 
onSingleTapConfirmed(MotionEvent) - Method in class com.android.volley.ui.PhotoView
 
onSingleTapUp(MotionEvent) - Method in class com.android.volley.ui.PhotoView
 
onStartLoading() - Method in class com.android.volley.AsyncRequestLoader
 
onStopLoading() - Method in class com.android.volley.AsyncRequestLoader
 
onTouchEvent(MotionEvent) - Method in class com.android.volley.ui.PhotoView
 
open(File, int, int, long) - Static method in class com.android.volley.misc.DiskLruCache
Opens the cache in directory, creating a cache if none exists there.
OPTIONS - Static variable in interface com.android.volley.Request.Method
 
OutputStreamProgress - Class in com.android.volley.toolbox.multipart
 
OutputStreamProgress(OutputStream, Response.ProgressListener) - Constructor for class com.android.volley.toolbox.multipart.OutputStreamProgress
 
overridePatch(boolean) - Method in class com.android.volley.Request
 

P

parseBitmapCacheHeaders(Bitmap) - Static method in class com.android.volley.toolbox.HttpHeaderParser
Extracts a Cache.Entry from a NetworkResponse.
parseCacheHeaders(NetworkResponse) - Static method in class com.android.volley.toolbox.HttpHeaderParser
Extracts a Cache.Entry from a NetworkResponse.
parseCharset(Map<String, String>, String) - Static method in class com.android.volley.toolbox.HttpHeaderParser
Retrieve a charset from headers
parseCharset(Map<String, String>) - Static method in class com.android.volley.toolbox.HttpHeaderParser
Returns the charset specified in the Content-Type of this header, or the HTTP default (ISO-8859-1) if none can be found.
parseDateAsEpoch(String) - Static method in class com.android.volley.toolbox.HttpHeaderParser
Parse date in RFC1123 format, and return its value as epoch
ParseError - Exception in com.android.volley.error
Indicates that the server's response could not be parsed.
ParseError() - Constructor for exception com.android.volley.error.ParseError
 
ParseError(NetworkResponse) - Constructor for exception com.android.volley.error.ParseError
 
ParseError(String) - Constructor for exception com.android.volley.error.ParseError
 
ParseError(Throwable) - Constructor for exception com.android.volley.error.ParseError
 
parseIgnoreCacheHeaders(NetworkResponse) - Static method in class com.android.volley.toolbox.HttpHeaderParser
Extracts a Cache.Entry from a NetworkResponse.
parseIgnoreCacheHeaders(NetworkResponse, long, long) - Static method in class com.android.volley.toolbox.HttpHeaderParser
Extracts a Cache.Entry from a NetworkResponse.
parseNetworkError(VolleyError) - Method in class com.android.volley.Request
Subclasses can override this method to parse 'networkError' and return a more specific error.
parseNetworkResponse(NetworkResponse) - Method in class com.android.volley.cache.plus.ImageRequest
 
parseNetworkResponse(NetworkResponse) - Method in class com.android.volley.request.ByteRequest
 
parseNetworkResponse(NetworkResponse) - Method in class com.android.volley.request.ClearCacheRequest
 
parseNetworkResponse(NetworkResponse) - Method in class com.android.volley.request.DownloadRequest
 
parseNetworkResponse(NetworkResponse) - Method in class com.android.volley.request.GsonRequest
 
parseNetworkResponse(NetworkResponse) - Method in class com.android.volley.request.GZipRequest
 
parseNetworkResponse(NetworkResponse) - Method in class com.android.volley.request.ImageRequest
 
parseNetworkResponse(NetworkResponse) - Method in class com.android.volley.request.JsonArrayRequest
 
parseNetworkResponse(NetworkResponse) - Method in class com.android.volley.request.JsonObjectRequest
 
parseNetworkResponse(NetworkResponse) - Method in class com.android.volley.request.JsonRequest
 
parseNetworkResponse(NetworkResponse) - Method in class com.android.volley.request.MultiPartRequest
 
parseNetworkResponse(NetworkResponse) - Method in class com.android.volley.Request
Subclasses must implement this to parse the raw network response and return an appropriate response type.
parseNetworkResponse(NetworkResponse) - Method in class com.android.volley.request.SimpleMultiPartRequest
 
parseNetworkResponse(NetworkResponse) - Method in class com.android.volley.request.StringRequest
 
parseResponse(NetworkResponse) - Static method in class com.android.volley.toolbox.VolleyTickle
 
Part - Interface in com.android.volley.toolbox.multipart
 
PATCH - Static variable in interface com.android.volley.Request.Method
 
performRequest(Request<?>) - Method in interface com.android.volley.Network
Performs the specified request.
performRequest(Request<?>) - Method in class com.android.volley.toolbox.BasicNetwork
 
performRequest(Request<?>, Map<String, String>) - Method in class com.android.volley.toolbox.HttpClientStack
 
performRequest(Request<?>, Map<String, String>) - Method in interface com.android.volley.toolbox.HttpStack
Performs an HTTP request with the given parameters.
performRequest(Request<?>, Map<String, String>) - Method in class com.android.volley.toolbox.HurlStack
 
PhotoView - Class in com.android.volley.ui
Layout for the photo list view header.
PhotoView(Context) - Constructor for class com.android.volley.ui.PhotoView
 
PhotoView(Context, AttributeSet) - Constructor for class com.android.volley.ui.PhotoView
 
PhotoView(Context, AttributeSet, int) - Constructor for class com.android.volley.ui.PhotoView
 
PoolingByteArrayOutputStream - Class in com.android.volley.toolbox
A variation of ByteArrayOutputStream that uses a pool of byte[] buffers instead of always allocating them fresh, saving on heap churn.
PoolingByteArrayOutputStream(ByteArrayPool) - Constructor for class com.android.volley.toolbox.PoolingByteArrayOutputStream
Constructs a new PoolingByteArrayOutputStream with a default size.
PoolingByteArrayOutputStream(ByteArrayPool, int) - Constructor for class com.android.volley.toolbox.PoolingByteArrayOutputStream
Constructs a new ByteArrayOutputStream with a default size of size bytes.
POST - Static variable in interface com.android.volley.Request.Method
 
postError(Request<?>, VolleyError) - Method in class com.android.volley.ExecutorDelivery
 
postError(Request<?>, VolleyError) - Method in interface com.android.volley.ResponseDelivery
Posts an error for the given request.
postResponse(Request<?>, Response<?>) - Method in class com.android.volley.ExecutorDelivery
 
postResponse(Request<?>, Response<?>, Runnable) - Method in class com.android.volley.ExecutorDelivery
 
postResponse(Request<?>, Response<?>) - Method in interface com.android.volley.ResponseDelivery
Parses a response from the network or cache and delivers it.
postResponse(Request<?>, Response<?>, Runnable) - Method in interface com.android.volley.ResponseDelivery
Parses a response from the network or cache and delivers it.
PROTOCOL_CHARSET - Static variable in class com.android.volley.request.JsonRequest
Charset for request.
publishProgress(Progress...) - Method in class com.android.volley.misc.AsyncTask
This method can be invoked from AsyncTask.doInBackground(Params...) to publish updates on the UI thread while the background computation is still running.
put(String, Cache.Entry) - Method in class com.android.volley.cache.DiskBasedCache
Puts the entry with the specified key into the cache.
put(String, Cache.Entry) - Method in class com.android.volley.cache.DiskLruBasedCache
 
put(String, Cache.Entry) - Method in class com.android.volley.cache.NoCache
 
put(String, Cache.Entry) - Method in interface com.android.volley.Cache
Adds or replaces an entry to the cache.
PUT - Static variable in interface com.android.volley.Request.Method
 
putBitmap(String, Bitmap) - Method in class com.android.volley.cache.BitmapCache
 
putBitmap(String, Bitmap) - Method in class com.android.volley.cache.BitmapImageCache
 
putBitmap(String, Bitmap) - Method in class com.android.volley.cache.DiskLruBasedCache
 
putBitmap(String, Bitmap) - Method in class com.android.volley.cache.DiskLruImageCache
 
putBitmap(String, Bitmap) - Method in class com.android.volley.cache.LruImageCache
 
putBitmap(String, BitmapDrawable) - Method in class com.android.volley.cache.plus.BitmapImageCache
 
putBitmap(String, BitmapDrawable) - Method in interface com.android.volley.cache.plus.ImageCache
 
putBitmap(String, Bitmap) - Method in interface com.android.volley.toolbox.ImageCache
 

Q

quit() - Method in class com.android.volley.CacheDispatcher
Forces this dispatcher to quit immediately.
quit() - Method in class com.android.volley.NetworkDispatcher
Forces this dispatcher to quit immediately.

R

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
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.
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
 

S

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
Starts the request and return NetworkResponse or null.
startProcessingQueue() - Method in class com.android.volley.cache.plus.SimpleImageLoader
Starts processing requests on the RequestQueue.
startProcessingQueue() - Method in class com.android.volley.cache.SimpleImageLoader
Starts processing requests on the RequestQueue.
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
Stops processing requests on the RequestQueue.
stopProcessingQueue() - Method in class com.android.volley.cache.SimpleImageLoader
Stops processing requests on the RequestQueue.
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.

T

TAG - Static variable in class com.android.volley.ApplicationController
Log or request TAG
TAG - Static variable in class com.android.volley.VolleyLog
 
THREAD_POOL_EXECUTOR - Static variable in class com.android.volley.misc.AsyncTask
An Executor that can be used to execute tasks in parallel.
TIMEOUT_MS - Static variable in class com.android.volley.request.MultiPartRequest
 
TimeoutError - Exception in com.android.volley.error
Indicates that the connection or the socket timed out.
TimeoutError() - Constructor for exception com.android.volley.error.TimeoutError
 
toDebugString() - Method in class com.android.volley.misc.InputStreamBuffer
 
toString() - Method in class com.android.volley.misc.InputStreamBuffer
 
toString() - Method in class com.android.volley.Request
 
Trace - Class in com.android.volley.misc
Stand-in for Trace.
Trace() - Constructor for class com.android.volley.misc.Trace
 
TRACE - Static variable in interface com.android.volley.Request.Method
 
ttl - Variable in class com.android.volley.Cache.Entry
TTL for this record.

U

UrlEncodingHelper - Class in com.android.volley.toolbox.multipart
 
UrlEncodingHelper() - Constructor for class com.android.volley.toolbox.multipart.UrlEncodingHelper
 
US_ASCII - Static variable in class com.android.volley.misc.Utils
 
UTF_8 - Static variable in class com.android.volley.misc.Utils
 
Utils - Class in com.android.volley.misc
Class containing some static utility methods.
Utils.HorizontallyScrollable - Interface in com.android.volley.misc
Interface for components that are internally scrollable left-to-right.

V

v(String, Object...) - Static method in class com.android.volley.VolleyLog
 
value - Variable in class com.android.volley.request.MultiPartRequest.MultiPartParam
 
valueOf(String) - Static method in enum com.android.volley.misc.AsyncTask.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.android.volley.Request.Priority
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.android.volley.misc.AsyncTask.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.android.volley.Request.Priority
Returns an array containing the constants of this enum type, in the order they are declared.
verifyDrawable(Drawable) - Method in class com.android.volley.ui.PhotoView
 
ViewCompat - Class in com.android.volley.misc
 
ViewCompat() - Constructor for class com.android.volley.misc.ViewCompat
 
Volley - Class in com.android.volley.toolbox
 
Volley() - Constructor for class com.android.volley.toolbox.Volley
 
VolleyError - Exception in com.android.volley.error
Exception style class encapsulating Volley errors
VolleyError() - Constructor for exception com.android.volley.error.VolleyError
 
VolleyError(NetworkResponse) - Constructor for exception com.android.volley.error.VolleyError
 
VolleyError(String) - Constructor for exception com.android.volley.error.VolleyError
 
VolleyError(String, Throwable) - Constructor for exception com.android.volley.error.VolleyError
 
VolleyError(Throwable) - Constructor for exception com.android.volley.error.VolleyError
 
VolleyError(NetworkResponse, Throwable) - Constructor for exception com.android.volley.error.VolleyError
 
VolleyErrorHelper - Class in com.android.volley.error
 
VolleyErrorHelper() - Constructor for class com.android.volley.error.VolleyErrorHelper
 
VolleyLog - Class in com.android.volley
Logging helper class.
VolleyLog() - Constructor for class com.android.volley.VolleyLog
 
VolleyTickle - Class in com.android.volley.toolbox
 
VolleyTickle() - Constructor for class com.android.volley.toolbox.VolleyTickle
 

W

write(int) - Method in class com.android.volley.toolbox.multipart.OutputStreamProgress
 
write(byte[]) - Method in class com.android.volley.toolbox.multipart.OutputStreamProgress
 
write(byte[], int, int) - Method in class com.android.volley.toolbox.multipart.OutputStreamProgress
 
write(byte[], int, int) - Method in class com.android.volley.toolbox.PoolingByteArrayOutputStream
 
write(int) - Method in class com.android.volley.toolbox.PoolingByteArrayOutputStream
 
writeInt(OutputStream, int) - Static method in class com.android.volley.misc.IOUtils
 
writeLong(OutputStream, long) - Static method in class com.android.volley.misc.IOUtils
 
writeString(OutputStream, String) - Static method in class com.android.volley.misc.IOUtils
 
writeStringStringMap(Map<String, String>, OutputStream) - Static method in class com.android.volley.misc.IOUtils
 
writeTo(OutputStream, Boundary) - Method in class com.android.volley.toolbox.multipart.FilePart
 
writeTo(OutputStream) - Method in class com.android.volley.toolbox.multipart.MultipartEntity
 
writeTo(OutputStream) - Method in class com.android.volley.toolbox.multipart.MultipartProgressEntity
 
writeTo(OutputStream, Boundary) - Method in interface com.android.volley.toolbox.multipart.Part
 
writeTo(OutputStream, Boundary) - Method in class com.android.volley.toolbox.multipart.StringPart
 
wtf(String, Object...) - Static method in class com.android.volley.VolleyLog
 
wtf(Throwable, String, Object...) - Static method in class com.android.volley.VolleyLog
 
A B C D E F G H I J L M N O P Q R S T U V W