Uses of Class
com.android.volley.RequestQueue

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

Uses of RequestQueue in com.android.volley
 

Methods in com.android.volley with parameters of type RequestQueue
 void Request.setRequestQueue(RequestQueue requestQueue)
          Associates this request with the given queue.
 

Uses of RequestQueue in com.android.volley.toolbox
 

Methods in com.android.volley.toolbox that return RequestQueue
static RequestQueue Volley.newRequestQueue(Context context)
          Creates a default instance of the worker pool and calls start() on it.
static RequestQueue Volley.newRequestQueue(Context context, HttpStack stack)
          Creates a default instance of the worker pool and calls start() on it.
 

Constructors in com.android.volley.toolbox with parameters of type RequestQueue
ImageLoader(RequestQueue queue, ImageLoader.ImageCache imageCache)
          Constructs a new ImageLoader.