Interface and Description |
---|
com.android.volley.toolbox.HttpStack
This interface should be avoided as it depends on the deprecated Apache HTTP library.
Use
BaseHttpStack to avoid this dependency. This class may be removed in a future
release of Volley. |
com.android.volley.RequestQueue.RequestFinishedListener |
Class and Description |
---|
com.android.volley.toolbox.HttpClientStack
The Apache HTTP library on Android is deprecated. Use
HurlStack or another
BaseHttpStack implementation. |
Field and Description |
---|
com.android.volley.toolbox.BasicNetwork.mHttpStack
Should never have been exposed in the API. This field may be removed in a future
release of Volley.
|