Uses of Interface
com.android.volley.toolbox.HttpStack

Packages that use HttpStack
com.android.volley.toolbox   
 

Uses of HttpStack in com.android.volley.toolbox
 

Classes in com.android.volley.toolbox that implement HttpStack
 class HttpClientStack
          An HttpStack that performs request over an HttpClient.
 class HurlStack
          An HttpStack based on HttpURLConnection.
 

Fields in com.android.volley.toolbox declared as HttpStack
protected  HttpStack BasicNetwork.mHttpStack
           
 

Methods in com.android.volley.toolbox with parameters of type HttpStack
static RequestQueue Volley.newRequestQueue(Context context, HttpStack stack)
          Creates a default instance of the worker pool and calls RequestQueue.start() on it.
 

Constructors in com.android.volley.toolbox with parameters of type HttpStack
BasicNetwork(HttpStack httpStack)
           
BasicNetwork(HttpStack httpStack, ByteArrayPool pool)