artiya4u / google-http-java-client

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

HTTP and SOCKS proxy support #87

Closed GoogleCodeExporter closed 9 years ago

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

HTTP proxy RFC: http://tools.ietf.org/html/rfc2068#section-8.1.3

SOCKS proxy RFC: http://tools.ietf.org/html/rfc1928

http://code.google.com/r/viallyichb-google-api-proxy-support/

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

All

Please describe the feature requested.

Add support for HTTP and SOCKS proxy.  This should be implemented in 
NetHttpTransport and ApacheHttpTransport.  I'm not sure if it makes sense for 
UrlFetchTransport.

For reference, an implementation based on Apache HTTP transport was implemented 
above by a contributor over a year ago based on an older version of the client 
library.

Original issue reported on code.google.com by yan...@google.com on 14 Apr 2012 at 5:05

GoogleCodeExporter commented 9 years ago
still not resolved?! 

Original comment by fli...@gmail.com on 10 Aug 2012 at 1:51

GoogleCodeExporter commented 9 years ago

Original comment by rmis...@google.com on 10 Aug 2012 at 1:53

GoogleCodeExporter commented 9 years ago

Original comment by yan...@google.com on 26 Sep 2012 at 12:15

GoogleCodeExporter commented 9 years ago

Original comment by yan...@google.com on 10 Nov 2012 at 1:00

GoogleCodeExporter commented 9 years ago
This adds HTTP and SOCKS proxy support for NetHttpTransport, as well as HTTP 
proxy support to ApacheHttpTransport:

https://codereview.appspot.com/6944046/

SOCKS support for ApacheHttpTransport is now moved over to:

http://code.google.com/p/google-http-java-client/issues/detail?id=174

Original comment by yan...@google.com on 14 Dec 2012 at 4:19

GoogleCodeExporter commented 9 years ago

Original comment by yan...@google.com on 16 Dec 2012 at 3:07

GoogleCodeExporter commented 9 years ago

Original comment by yan...@google.com on 29 Mar 2013 at 3:42