类 Volley

java.lang.Object
com.android.volley.toolbox.Volley

public class Volley extends Object
  • 构造器详细资料

    • Volley

      public Volley()
  • 方法详细资料

    • newRequestQueue

      public static RequestQueue newRequestQueue(android.content.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(android.content.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.