rlalfo / google-http-java-client

Automatically exported from code.google.com/p/google-http-java-client
0 stars 0 forks source link

HttpStack implementation for Android Volley library #224

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
External references, such as a standards document, or specification?

https://android.googlesource.com/platform/frameworks/volley/ 

https://android.googlesource.com/platform/frameworks/volley/+/master/src/com/and
roid/volley/toolbox/HttpStack.java

https://www.youtube.com/watch?v=yhv8l9F44qo

Java environments (e.g. Java 6, Android 2.3, App Engine, or All)?

Android

Please describe the feature requested.

Recently announced at Google I/O 2013, the Android Volley framework provides 
some a nice Android async request queue mechanism.  They provide an HttpStack 
interface that allows an HTTP transport library to be plugged in.  We can 
provide such an implementation based on HttpTransport.  That way Android 
developers can take advantage of the more advanced features of this project or 
the libraries built on it, such as OAuth.

Original issue reported on code.google.com by yan...@google.com on 23 May 2013 at 5:10