クラス
com.android.volley.RequestQueue の使用

RequestQueue を使用しているパッケージ
com.android.volley   
com.android.volley.toolbox   
 

com.android.volley での RequestQueue の使用
 

RequestQueue 型のパラメータを持つ com.android.volley のメソッド
 void Request.setRequestQueue(RequestQueue requestQueue)
          Associates this request with the given queue.
 

com.android.volley.toolbox での RequestQueue の使用
 

RequestQueue を返す com.android.volley.toolbox のメソッド
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.
 

RequestQueue 型のパラメータを持つ com.android.volley.toolbox のコンストラクタ
ImageLoader(RequestQueue queue, ImageLoader.ImageCache imageCache)
          Constructs a new ImageLoader.