Uses of Class
com.android.volley.AuthFailureError

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

Uses of AuthFailureError in com.android.volley
 

Methods in com.android.volley that throw AuthFailureError
 byte[] Request.getBody()
          Returns the raw POST or PUT body to be sent.
 Map<String,String> Request.getHeaders()
          Returns a list of extra HTTP headers to go along with this request.
protected  Map<String,String> Request.getParams()
          Returns a Map of parameters to be used for a POST or PUT request.
 byte[] Request.getPostBody()
          Deprecated. Use Request.getBody() instead.
protected  Map<String,String> Request.getPostParams()
          Deprecated. Use Request.getParams() instead.
 

Uses of AuthFailureError in com.android.volley.toolbox
 

Methods in com.android.volley.toolbox that throw AuthFailureError
(package private) static HttpUriRequest HttpClientStack.createHttpRequest(Request<?> request, Map<String,String> additionalHeaders)
          Creates the appropriate subclass of HttpUriRequest for passed in request.
 String Authenticator.getAuthToken()
          Synchronously retrieves an auth token.
 String AndroidAuthenticator.getAuthToken()
           
 HttpResponse HurlStack.performRequest(Request<?> request, Map<String,String> additionalHeaders)
           
 HttpResponse HttpStack.performRequest(Request<?> request, Map<String,String> additionalHeaders)
          Performs an HTTP request with the given parameters.
 HttpResponse HttpClientStack.performRequest(Request<?> request, Map<String,String> additionalHeaders)
           
(package private) static void HurlStack.setConnectionParametersForRequest(HttpURLConnection connection, Request<?> request)