achrefB3 / google-api-java-client

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

GoogleTransport missing #249

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Version of google-api-java-client (e.g. 1.4.1-beta)?
google-api-java-client 1.4.1-beta

Java environment (e.g. Java 6, Android 2.3, App Engine 1.4.3)?

Java 6, Android 2.2, Eclipse Indigo
Describe the problem.
Package com.google.api.client.googleapis, Class Summary description contains: 
GoogleHeaders, GoogleTransport, GoogleUrl, MethodOverrideIntercepter. 

In beta package com.google.api.client.googleapis there is:
GoogleHeaders, GoogleUrl, GoogleUtils, MethodOverride, 
MethodOverrideIntercepter.

Where is GoogleTransport???

How would you expect it to be fixed?

Add to package the missing class or provide a link where one can download it.

Original issue reported on code.google.com by Alges...@gmail.com on 23 Jul 2011 at 9:15

Attachments:

GoogleCodeExporter commented 9 years ago
This is by design.  Instead use HttpTransport.  If there is a particular sample 
that you need that is currently using GoogleTransport, then it should be 
updated to use HttpTransport.

Original comment by yan...@google.com on 25 Jul 2011 at 4:50