Class Index

A B C D E H I J N P R S T V

A

AndroidAuthenticator An Authenticator that uses AccountManager to get auth tokens of a specified type for a specified account. 
Authenticator An interface for interacting with auth tokens. 
AuthFailureError Error indicating that there was an authentication failure when performing a Request. 

B

BasicNetwork A network performing Volley requests over an HttpStack
ByteArrayPool ByteArrayPool is a source and repository of byte[] objects. 

C

Cache An interface for a cache keyed by a String with a byte array as data. 
Cache.Entry Data and metadata for an entry returned by the cache. 
CacheDispatcher Provides a thread for performing cache triage on a queue of requests. 
ClearCacheRequest A synthetic request used for clearing the cache. 

D

DefaultRetryPolicy Default retry policy for requests. 
DiskBasedCache Cache implementation that caches files directly onto the hard disk in the specified directory. 

E

ExecutorDelivery Delivers responses and errors. 

H

HttpClientStack An HttpStack that performs request over an HttpClient. 
HttpClientStack.HttpPatch The HttpPatch class does not exist in the Android framework, so this has been defined here. 
HttpHeaderParser Utility methods for parsing HTTP headers. 
HttpStack An HTTP stack abstraction. 
HurlStack An HttpStack based on HttpURLConnection. 
HurlStack.UrlRewriter An interface for transforming URLs before use. 

I

ImageLoader Helper that handles loading and caching images from remote URLs. 
ImageLoader.ImageCache Simple cache adapter interface. 
ImageLoader.ImageContainer Container object for all of the data surrounding an image request. 
ImageLoader.ImageListener Interface for the response handlers on image requests. 
ImageRequest A canned request for getting an image at a given URL and calling back with a decoded Bitmap. 

J

JsonArrayRequest A request for retrieving a JSONArray response body at a given URL. 
JsonObjectRequest 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. 
JsonRequest<T> 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. 

N

Network An interface for performing requests. 
NetworkDispatcher Provides a thread for performing network dispatch from a queue of requests. 
NetworkError Indicates that there was a network error when performing a Volley request. 
NetworkImageView Handles fetching an image from a URL as well as the life-cycle of the associated request. 
NetworkResponse Data and headers returned from performRequest(Request)
NoCache A cache that doesn't. 
NoConnectionError Error indicating that no connection could be established when performing a Volley request. 

P

ParseError Indicates that the server's response could not be parsed. 
PoolingByteArrayOutputStream A variation of java.io.ByteArrayOutputStream that uses a pool of byte[] buffers instead of always allocating them fresh, saving on heap churn. 

R

Request<T> Base class for all network requests. 
Request.Method Supported request methods. 
Request.Priority Priority values. 
RequestFuture<T> A Future that represents a Volley request. 
RequestQueue A request dispatch queue with a thread pool of dispatchers. 
RequestQueue.RequestFilter A simple predicate or filter interface for Requests, for use by cancelAll(RequestFilter)
RequestQueue.RequestFinishedListener<T> Callback interface for completed requests. 
Response<T> Encapsulates a parsed response for delivery. 
Response.ErrorListener Callback interface for delivering error responses. 
Response.Listener<T> Callback interface for delivering parsed responses. 
ResponseDelivery  
RetryPolicy Retry policy for a request. 

S

ServerError Indicates that the server responded with an error response. 
StringRequest A canned request for retrieving the response body at a given URL as a String. 

T

TimeoutError Indicates that the connection or the socket timed out. 

V

Volley  
VolleyError Exception style class encapsulating Volley errors  
VolleyLog Logging helper class.