rlalfo / google-http-java-client

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

Support for Apache http client v4.3 #250

Open GoogleCodeExporter opened 9 years ago

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

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

Please describe the feature requested.
Please add supports for Apach http clients v4.3
currently, ApacheHttpTransport uses plenty of deprecated methods that make 
connection fails, noticeably when using an http proxy, throwing :
java.lang.IllegalStateException: Socket factory must implement 
SchemeLayeredSocketFactory

Original issue reported on code.google.com by jerome.l...@gmail.com on 10 Oct 2013 at 10:02