程序包 com.android.volley
package com.android.volley
-
类说明Error indicating that there was an authentication failure when performing a Request.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.Default retry policy for requests.Delivers responses and errors.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.Data and headers returned from
Network.performRequest(Request).Error indicating that no connection could be established when performing a Volley request.Indicates that the server's response could not be parsed.Request<T>Base class for all network requests.Supported request methods.Priority values.A request dispatch queue with a thread pool of dispatchers.A simple predicate or filter interface for Requests, for use byRequestQueue.cancelAll(RequestFilter).Callback interface for completed requests.Response<T>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.Indicates that the connection or the socket timed out.Exception style class encapsulating Volley errorsLogging helper class.