Closed GoogleCodeExporter closed 9 years ago
Need to update the JavaDoc to reference HttpTransport instead. The samples
should be updated eventually also.
Original comment by yan...@google.com
on 19 Apr 2011 at 1:21
FYI: It's not as simple as replacing references to GoogleTransport with
HttpTransport. HttpTransport is an abstract class. You need to instantiate a
concrete implementation of HttpTransport. The class that you use depends on the
development environment as listed below:
Google App Engine: com.google.api.client.appengine.UrlFetchTransport
Android 2.2: com.google.api.client.apache.ApacheHttpTransport
Android 2.3: com.google.api.client.javanet.NetHttpTransport
other Java environments: com.google.api.client.javanet.NetHttpTransport
or com.google.api.client.apache.ApacheHttpTransport
Note: see the javadoc for com.google.api.client.http.HttpTransport
Original comment by rssw...@gmail.com
on 20 Apr 2011 at 3:53
I cannot find any references to GoogleTransport in the JavaDoc.
Original comment by yan...@google.com
on 27 Apr 2011 at 5:04
Original comment by yan...@google.com
on 27 Apr 2011 at 5:04
Original issue reported on code.google.com by
rssw...@gmail.com
on 19 Apr 2011 at 1:12