- add(Request<T>) - Method in class com.android.volley.RequestQueue
-
Adds a Request to the dispatch queue.
- add_dedupeByCacheKey() - Method in class com.android.volley.RequestQueueIntegrationTest
-
Asserts that requests with same cache key are processed in order.
- add_requestFinishedListenerCanceled() - Method in class com.android.volley.RequestQueueIntegrationTest
-
Verify RequestFinishedListeners are informed when requests are canceled
Needs to be an integration test because relies on Request -> dispatcher -> RequestQueue interaction
- add_requestFinishedListenerError() - Method in class com.android.volley.RequestQueueIntegrationTest
-
Verify RequestFinishedListeners are informed when request errors
Needs to be an integration test because relies on Request -> dispatcher -> RequestQueue interaction
- add_requestFinishedListenerSuccess() - Method in class com.android.volley.RequestQueueIntegrationTest
-
Verify RequestFinishedListeners are informed when requests are successfully delivered
Needs to be an integration test because relies on Request -> dispatcher -> RequestQueue interaction
- add_requestProcessedInCorrectOrder() - Method in class com.android.volley.RequestQueueIntegrationTest
-
- addMarker(String) - Method in class com.android.volley.Request
-
Adds an event to this request's event log; for debugging.
- addRequestFinishedListener(RequestQueue.RequestFinishedListener<T>) - Method in class com.android.volley.RequestQueue
-
- AndroidAuthenticator - Class in com.android.volley.toolbox
-
An Authenticator that uses AccountManager
to get auth
tokens of a specified type for a specified account.
- AndroidAuthenticator(Context, Account, String) - Constructor for class com.android.volley.toolbox.AndroidAuthenticator
-
Creates a new authenticator.
- AndroidAuthenticator(Context, Account, String, boolean) - Constructor for class com.android.volley.toolbox.AndroidAuthenticator
-
Creates a new authenticator.
- AndroidAuthenticatorTest - Class in com.android.volley.toolbox
-
- AndroidAuthenticatorTest() - Constructor for class com.android.volley.toolbox.AndroidAuthenticatorTest
-
- APPLICATION_ID - Static variable in class com.android.volley.BuildConfig
-
- apply(Request<?>) - Method in interface com.android.volley.RequestQueue.RequestFilter
-
- Authenticator - Interface in com.android.volley.toolbox
-
An interface for interacting with auth tokens.
- AuthFailureError - Exception in com.android.volley
-
Error indicating that there was an authentication failure when performing a Request.
- AuthFailureError() - Constructor for exception com.android.volley.AuthFailureError
-
- AuthFailureError(Intent) - Constructor for exception com.android.volley.AuthFailureError
-
- AuthFailureError(NetworkResponse) - Constructor for exception com.android.volley.AuthFailureError
-
- AuthFailureError(String) - Constructor for exception com.android.volley.AuthFailureError
-
- AuthFailureError(String, Exception) - Constructor for exception com.android.volley.AuthFailureError
-