All Classes and Interfaces

说明
An Authenticator that uses AccountManager to get auth tokens of a specified type for a specified account.
An interface for interacting with auth tokens.
Error indicating that there was an authentication failure when performing a Request.
A network performing Volley requests over an HttpStack.
ByteArrayPool is a source and repository of byte[] objects.
An interface for a cache keyed by a String with a byte array as data.
Data and metadata for an entry returned by the cache.
Provides a thread for performing cache triage on a queue of requests.
A synthetic request used for clearing the cache.
Default retry policy for requests.
Cache implementation that caches files directly onto the hard disk in the specified directory.
Delivers responses and errors.
 
Response处理器。
An HttpStack that performs request over an HttpClient.
The HttpPatch class does not exist in the Android framework, so this has been defined here.
Utility methods for parsing HTTP headers.
An HTTP stack abstraction.
An interface for transforming URLs before use.
Helper that handles loading and caching images from remote URLs.
Simple cache adapter interface.
Interface for the response handlers on image requests.
A canned request for getting an image at a given URL and calling back with a decoded Bitmap.
A request for retrieving a JSONArray response body at a given URL.
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.
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.
An interface for performing requests.
Provides a thread for performing network dispatch from a queue of requests.
Indicates that there was a network error when performing a Volley request.
Handles fetching an image from a URL as well as the life-cycle of the associated request.
Data and headers returned from Network.performRequest(Request).
A cache that doesn't.
Error indicating that no connection could be established when performing a Volley request.
使用ORMLite从数据库中查询记录的Loader实现。
Indicates that the server's response could not be parsed.
A variation of ByteArrayOutputStream that uses a pool of byte[] buffers instead of always allocating them fresh, saving on heap churn.
Base class for all network requests.
Supported request methods.
Priority values.
A Future that represents a Volley request.
A request dispatch queue with a thread pool of dispatchers.
A simple predicate or filter interface for Requests, for use by RequestQueue.cancelAll(RequestFilter).
Callback interface for completed requests.
Encapsulates a parsed response for delivery.
Callback interface for delivering error responses.
Callback interface for delivering parsed responses.
 
Retry policy for a request.
Indicates that the server responded with an error response.
 
 
A canned request for retrieving the response body at a given URL as a String.
Indicates that the connection or the socket timed out.
 
Exception style class encapsulating Volley errors
Logging helper class.