程序包 com.android.volley.toolbox
package com.android.volley.toolbox
-
类说明An Authenticator that uses
AccountManagerto get auth tokens of a specified type for a specified account.An interface for interacting with auth tokens.A network performing Volley requests over anHttpStack.ByteArrayPool is a source and repository ofbyte[]objects.A synthetic request used for clearing the cache.Cache implementation that caches files directly onto the hard disk in the specified directory.An HttpStack that performs request over anHttpClient.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.AnHttpStackbased onHttpURLConnection.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 aJSONArrayresponse body at a given URL.A request for retrieving aJSONObjectresponse body at a given URL, allowing for an optionalJSONObjectto 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.Handles fetching an image from a URL as well as the life-cycle of the associated request.A cache that doesn't.A variation ofByteArrayOutputStreamthat uses a pool of byte[] buffers instead of always allocating them fresh, saving on heap churn.A Future that represents a Volley request.A canned request for retrieving the response body at a given URL as a String.