Uses of Package
com.android.volley

Packages that use com.android.volley
com.android.volley   
com.android.volley.toolbox   
 

Classes in com.android.volley used by com.android.volley
AuthFailureError
          Error indicating that there was an authentication failure when performing a Request.
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.
Network
          An interface for performing requests.
NetworkError
          Indicates that there was a network error when performing a Volley request.
NetworkResponse
          Data and headers returned from Network.performRequest(Request).
Request
          Base class for all network requests.
Request.Priority
          Priority values.
RequestQueue
          A request dispatch queue with a thread pool of dispatchers.
RequestQueue.RequestFilter
          A simple predicate or filter interface for Requests, for use by RequestQueue.cancelAll(RequestFilter).
Response
          Encapsulates a parsed response for delivery.
Response.ErrorListener
          Callback interface for delivering error responses.
ResponseDelivery
           
RetryPolicy
          Retry policy for a request.
VolleyError
          Exception style class encapsulating Volley errors
 

Classes in com.android.volley used by com.android.volley.toolbox
AuthFailureError
          Error indicating that there was an authentication failure when performing a Request.
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.
Network
          An interface for performing requests.
NetworkResponse
          Data and headers returned from Network.performRequest(Request).
Request
          Base class for all network requests.
Request.Priority
          Priority values.
RequestQueue
          A request dispatch queue with a thread pool of dispatchers.
Response
          Encapsulates a parsed response for delivery.
Response.ErrorListener
          Callback interface for delivering error responses.
Response.Listener
          Callback interface for delivering parsed responses.
VolleyError
          Exception style class encapsulating Volley errors