| Package | Description |
|---|---|
| com.android.volley | |
| com.android.volley.toolbox |
| Class and Description |
|---|
| 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). |
| RequestQueue.RequestFinishedListener
Callback interface for completed requests.
|
| 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
|
| Class and Description |
|---|
| 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
|
Copyright © 2015. All rights reserved.