Gestiada / google-api-java-client

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

Change default HTTP transport for Apache HTTP Client and Google App Engine #30

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What is the feature requested?

Currently we always use NetHttpTransport by default.  The new default behavior 
should be to use the new UrlFetchTransport when running on Google App Engine.  
Alternatively, the default should be to use ApacheHttpTransport if it is 
available on the classpath, e.g. on Android.  Otherwise, it should continue to 
use NetHttpTransport by default.

Note that this only changes the default behavior.  It does not affect what 
happens if the transport is manually specified.

Java environments (e.g. Java 6, Android 2.2, App Engine 1.3.7)?

External references, such as a standards document, or specification?

Please provide any additional information below.

Original issue reported on code.google.com by yan...@google.com on 28 Sep 2010 at 7:00

GoogleCodeExporter commented 9 years ago

Original comment by yan...@google.com on 29 Sep 2010 at 6:23

GoogleCodeExporter commented 9 years ago

Original comment by yan...@google.com on 1 Oct 2010 at 8:00

GoogleCodeExporter commented 9 years ago

Original comment by yan...@google.com on 8 Jan 2011 at 6:40