SmartDroidDeveloper / google-api-java-client

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

Support for HTTP services based on protocol buffers #152

Closed GoogleCodeExporter closed 9 years ago

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

http://code.google.com/p/protobuf/

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

All

Please describe the feature requested.

HttpProtocolBufferContent and HttpProtocolBufferTextContent would be used for 
sending protocol buffer Message of binary content type "application/x-protobuf" 
or text content type "text/x-protobuf" (respectively).

Similarly HttpProtocolBufferParser and HttpProtocolBufferTextParser would be 
used for parsing protobuf response from server.

Original issue reported on code.google.com by yan...@google.com on 19 Mar 2011 at 9:29

GoogleCodeExporter commented 9 years ago
Moved to:
http://code.google.com/p/google-http-java-client/issues/detail?id=4

Original comment by yan...@google.com on 11 May 2011 at 3:37