com.android.volley.toolbox
クラス Volley

java.lang.Object
  上位を拡張 com.android.volley.toolbox.Volley

public class Volley
extends java.lang.Object


コンストラクタの概要
Volley()
           
 
メソッドの概要
static RequestQueue newRequestQueue(Context context)
          Creates a default instance of the worker pool and calls RequestQueue.start() on it.
static RequestQueue newRequestQueue(Context context, HttpStack stack)
          Creates a default instance of the worker pool and calls RequestQueue.start() on it.
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

Volley

public Volley()
メソッドの詳細

newRequestQueue

public static RequestQueue newRequestQueue(Context context,
                                           HttpStack stack)
Creates a default instance of the worker pool and calls RequestQueue.start() on it.

パラメータ:
context - A Context to use for creating the cache dir.
stack - An HttpStack to use for the network, or null for default.
戻り値:
A started RequestQueue instance.

newRequestQueue

public static RequestQueue newRequestQueue(Context context)
Creates a default instance of the worker pool and calls RequestQueue.start() on it.

パラメータ:
context - A Context to use for creating the cache dir.
戻り値:
A started RequestQueue instance.