|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectcom.android.volley.toolbox.Volley
public class Volley
コンストラクタの概要 | |
---|---|
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 |
コンストラクタの詳細 |
---|
public Volley()
メソッドの詳細 |
---|
public static RequestQueue newRequestQueue(Context context, HttpStack stack)
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.
RequestQueue
instance.public static RequestQueue newRequestQueue(Context context)
RequestQueue.start()
on it.
context
- A Context
to use for creating the cache dir.
RequestQueue
instance.
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |