インタフェース
com.android.volley.toolbox.HttpStack の使用

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

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

HttpStack を実装している com.android.volley.toolbox のクラス
 class HttpClientStack
          An HttpStack that performs request over an HttpClient.
 class HurlStack
          An HttpStack based on HttpURLConnection.
 

HttpStack 型のパラメータを持つ com.android.volley.toolbox のメソッド
static RequestQueue Volley.newRequestQueue(Context context, HttpStack stack)
          Creates a default instance of the worker pool and calls RequestQueue.start() on it.
 

HttpStack 型のパラメータを持つ com.android.volley.toolbox のコンストラクタ
BasicNetwork(HttpStack httpStack)
           
BasicNetwork(HttpStack httpStack, ByteArrayPool pool)